TianoCore EDK2 master
Loading...
Searching...
No Matches
UhciDebug.h
Go to the documentation of this file.
1
10#ifndef _EFI_UHCI_DEBUG_H_
11#define _EFI_UHCI_DEBUG_H_
12
21VOID
23 IN UHCI_QH_SW *QhSw
24 );
25
34VOID
36 IN UHCI_TD_SW *TdSw
37 );
38
39#endif
#define IN
Definition: Base.h:279
VOID UhciDumpQh(IN UHCI_QH_SW *QhSw)
Definition: UhciDebug.c:19
VOID UhciDumpTds(IN UHCI_TD_SW *TdSw)
Definition: UhciDebug.c:38