]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.c
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciDxe / UhciDebug.c
index caf2cc9cf26e95b015f80507a3585c33823afffb..7c3bfe91ae108ec872b86345860cb47ba6478679 100644 (file)
@@ -14,16 +14,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 **/\r
 \r
 #include "Uhci.h"\r
-#include "UhciDebug.h"\r
-\r
 \r
 /**\r
   Dump the content of QH structure.\r
 \r
   @param  QhSw    Pointer to software QH structure.\r
 \r
-  @return None.\r
-\r
 **/\r
 VOID\r
 UhciDumpQh (\r
@@ -43,9 +39,6 @@ UhciDumpQh (
   Dump the content of TD structure.\r
 \r
   @param  TdSw    Pointer to software TD structure.\r
-  @param  IsCur   Whether dump the whole list, or only dump the current TD.\r
-\r
-  @return None.\r
 \r
 **/\r
 VOID\r