Debugger support
This commit is contained in:
parent
871b9a9287
commit
f98a241021
4 changed files with 655 additions and 0 deletions
6
efi_st.h
6
efi_st.h
|
@ -120,4 +120,10 @@ typedef struct _EFI_SYSTEM_TABLE {
|
|||
EFI_CONFIGURATION_TABLE *ConfigurationTable;
|
||||
} EFI_SYSTEM_TABLE;
|
||||
|
||||
typedef struct _EFI_SYSTEM_TABLE_POINTER {
|
||||
UINT64 Signature;
|
||||
EFI_PHYSICAL_ADDRESS EfiSystemTableBase;
|
||||
UINT32 Crc32;
|
||||
} EFI_SYSTEM_TABLE_POINTER;
|
||||
|
||||
#endif /* EFI_SYSTEM_TABLE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue