1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- #include "lib.h"
- #ifndef __GNUC__
- #pragma BEGIN_RUNTIME_DATA()
- #endif
- EFI_RUNTIME_SERVICES *RT;
- BOOLEAN LibFwInstance;
- UINTN EFIDebug = EFI_DBUG_MASK;
- SIMPLE_TEXT_OUTPUT_INTERFACE *LibRuntimeDebugOut;
- EFI_RAISE_TPL LibRuntimeRaiseTPL = NULL;
- EFI_RESTORE_TPL LibRuntimeRestoreTPL = NULL;
|