remove ifdef for debuglevel
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1088 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
11f009f190
commit
26015d2294
|
@ -27,10 +27,8 @@ Revision History
|
|||
//
|
||||
#include <IndustryStandard/pci22.h>
|
||||
|
||||
#ifdef EFI_DEBUG
|
||||
extern UINTN gEHCDebugLevel;
|
||||
extern UINTN gEHCErrorLevel;
|
||||
#endif
|
||||
|
||||
#define STALL_1_MACRO_SECOND 1
|
||||
#define STALL_1_MILLI_SECOND 1000 * STALL_1_MACRO_SECOND
|
||||
|
|
Loading…
Reference in New Issue