TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_RT_PROPERTIES_TABLE Struct Reference

Data Fields

UINT16 Version
 
UINT16 Length
 
UINT32 RuntimeServicesSupported
 

Detailed Description

Definition at line 27 of file RtPropertiesTable.h.

Field Documentation

◆ Length

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.

◆ RuntimeServicesSupported

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.

◆ Version

UINT16 EFI_RT_PROPERTIES_TABLE::Version

Version of the structure, must be 0x1.

Definition at line 31 of file RtPropertiesTable.h.


The documentation for this struct was generated from the following file: