mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Merge 9c7e51f386 into 2970e5699b
This commit is contained in:
commit
d632fc5679
1 changed files with 6 additions and 6 deletions
|
|
@ -998,12 +998,12 @@ typedef struct {
|
|||
///
|
||||
/// ERST Action Command Status
|
||||
///
|
||||
#define EFI_ACPI_4_0_EINJ_STATUS_SUCCESS 0x00
|
||||
#define EFI_ACPI_4_0_EINJ_STATUS_NOT_ENOUGH_SPACE 0x01
|
||||
#define EFI_ACPI_4_0_EINJ_STATUS_HARDWARE_NOT_AVAILABLE 0x02
|
||||
#define EFI_ACPI_4_0_EINJ_STATUS_FAILED 0x03
|
||||
#define EFI_ACPI_4_0_EINJ_STATUS_RECORD_STORE_EMPTY 0x04
|
||||
#define EFI_ACPI_4_0_EINJ_STATUS_RECORD_NOT_FOUND 0x05
|
||||
#define EFI_ACPI_4_0_ERST_STATUS_SUCCESS 0x00
|
||||
#define EFI_ACPI_4_0_ERST_STATUS_NOT_ENOUGH_SPACE 0x01
|
||||
#define EFI_ACPI_4_0_ERST_STATUS_HARDWARE_NOT_AVAILABLE 0x02
|
||||
#define EFI_ACPI_4_0_ERST_STATUS_FAILED 0x03
|
||||
#define EFI_ACPI_4_0_ERST_STATUS_RECORD_STORE_EMPTY 0x04
|
||||
#define EFI_ACPI_4_0_ERST_STATUS_RECORD_NOT_FOUND 0x05
|
||||
|
||||
///
|
||||
/// ERST Serialization Instructions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue