mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 05:34:31 +02:00
MdePkg: Add UEFI 2.11 specification macro
Add macro for UEFI 2.11 Specification support Signed-off-by: Sachin Ganesh <sachinganesh@ami.com>
This commit is contained in:
parent
2e6359a088
commit
4ec3539e34
@ -1850,6 +1850,7 @@ EFI_STATUS
|
||||
// EFI Runtime Services Table
|
||||
//
|
||||
#define EFI_SYSTEM_TABLE_SIGNATURE SIGNATURE_64 ('I','B','I',' ','S','Y','S','T')
|
||||
#define EFI_2_110_SYSTEM_TABLE_REVISION ((2 << 16) | (110))
|
||||
#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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user