|
TianoCore EDK2 master
|
Data Fields | |
| UINT16 | Version |
| UINT16 | Length |
| UINT32 | RuntimeServicesSupported |
Definition at line 27 of file RtPropertiesTable.h.
| UINT16 EFI_RT_PROPERTIES_TABLE::Length |
Size in bytes of the entire EFI_RT_PROPERTIES_TABLE, must be 8.
Definition at line 36 of file RtPropertiesTable.h.
| UINT32 EFI_RT_PROPERTIES_TABLE::RuntimeServicesSupported |
Bitmask of which calls are or are not supported, where a bit set to 1 indicates that the call is supported, and 0 indicates that it is not.
Definition at line 42 of file RtPropertiesTable.h.
| UINT16 EFI_RT_PROPERTIES_TABLE::Version |
Version of the structure, must be 0x1.
Definition at line 31 of file RtPropertiesTable.h.