summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Bus/Pci/Ehci/Dxe/Debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'EdkModulePkg/Bus/Pci/Ehci/Dxe/Debug.c')
-rw-r--r--EdkModulePkg/Bus/Pci/Ehci/Dxe/Debug.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/EdkModulePkg/Bus/Pci/Ehci/Dxe/Debug.c b/EdkModulePkg/Bus/Pci/Ehci/Dxe/Debug.c
index d9942129ca..a700d8f2cf 100644
--- a/EdkModulePkg/Bus/Pci/Ehci/Dxe/Debug.c
+++ b/EdkModulePkg/Bus/Pci/Ehci/Dxe/Debug.c
@@ -22,7 +22,8 @@ Revision History
#include "Ehci.h"
-void
+
+VOID
DumpEHCIPortsStatus (
IN USB2_HC_DEV *HcDev
)
@@ -47,6 +48,8 @@ DumpEHCIPortsStatus (
);
DEBUG((gEHCDebugLevel, "Port[%d] = 0x%x\n", Index, Value));
}
+
+
}