mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 05:34:31 +02:00
MdePkg: Add UEFI Specification macros
Add macros for UEFI 2.9 and UEFI 2.10 Specifications Signed-off-by: Sachin Ganesh <sachinganesh@ami.com>
This commit is contained in:
parent
a872cc18e0
commit
e4d74bb592
@ -1840,6 +1840,8 @@ EFI_STATUS
|
||||
// EFI Runtime Services Table
|
||||
//
|
||||
#define EFI_SYSTEM_TABLE_SIGNATURE SIGNATURE_64 ('I','B','I',' ','S','Y','S','T')
|
||||
#define EFI_2_100_SYSTEM_TABLE_REVISION ((2 << 16) | (100))
|
||||
#define EFI_2_90_SYSTEM_TABLE_REVISION ((2 << 16) | (90))
|
||||
#define EFI_2_80_SYSTEM_TABLE_REVISION ((2 << 16) | (80))
|
||||
#define EFI_2_70_SYSTEM_TABLE_REVISION ((2 << 16) | (70))
|
||||
#define EFI_2_60_SYSTEM_TABLE_REVISION ((2 << 16) | (60))
|
||||
|
Loading…
x
Reference in New Issue
Block a user