diff options
Diffstat (limited to 'MdeModulePkg/Bus/Pci/UhciDxe')
-rw-r--r-- | MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.c b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.c index caf2cc9cf2..744976cd02 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.c +++ b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.c @@ -22,8 +22,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @param QhSw Pointer to software QH structure.
- @return None.
-
**/
VOID
UhciDumpQh (
@@ -43,9 +41,6 @@ UhciDumpQh ( Dump the content of TD structure.
@param TdSw Pointer to software TD structure.
- @param IsCur Whether dump the whole list, or only dump the current TD.
-
- @return None.
**/
VOID
|