Add an EHCI register dump function for debug. Not hooked in any place...

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10195 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish
2010-03-04 22:38:21 +00:00
parent 37cc05695c
commit d03171efd1
2 changed files with 41 additions and 0 deletions

View File

@ -60,4 +60,16 @@ EhcDumpBuf (
IN UINTN Len
);
/**
Dump the EHCI status registers
@param Ehc USB EHCI Host Controller instance
**/
VOID
EhcDumpRegs (
IN USB2_HC_DEV *Ehc
);
#endif