Added AxBoot specific stuff
This commit is contained in:
parent
00ed5f5d53
commit
693be19acd
1 changed files with 9 additions and 1 deletions
10
efilib.h
10
efilib.h
|
@ -2,9 +2,17 @@
|
||||||
#define EFI_EFILIB_H
|
#define EFI_EFILIB_H
|
||||||
|
|
||||||
#include "efi.h"
|
#include "efi.h"
|
||||||
#include "efi_st.h"
|
|
||||||
|
|
||||||
#define EFI_ERROR(status) (((EFI_INTN)(status)) < 0)
|
#define EFI_ERROR(status) (((EFI_INTN)(status)) < 0)
|
||||||
|
|
||||||
|
/* AxBoot-specific stuff */
|
||||||
|
#ifdef AXBOOT_UEFI
|
||||||
|
|
||||||
|
extern EFI_HANDLE gImageHandle;
|
||||||
|
extern EFI_SYSTEM_TABLE *gSystemTable;
|
||||||
|
extern EFI_BOOT_SERVICES *gBootServices;
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* EFI_EFILIB_H */
|
#endif /* EFI_EFILIB_H */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue