Skip to content

Commit 4db6d17

Browse files
JohnAZoidbergnicholasbishop
authored andcommitted
cfg: Add ESRT GUID
Used to access the EFI System Resource table table (ESRT). It stores information about firmware versions and the possibility of upgrading them. Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 314b8dd commit 4db6d17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

uefi/src/table/cfg.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ pub const SMBIOS_GUID: Guid = guid!("eb9d2d31-2d88-11d3-9a16-0090273fc14d");
3636
/// Entry pointing to the SMBIOS 3.0 table.
3737
pub const SMBIOS3_GUID: Guid = guid!("f2fd1544-9794-4a2c-992e-e5bbcf20e394");
3838

39+
/// Entry pointing to the EFI System Resource table (ESRT).
40+
pub const ESRT_GUID: Guid = guid!("b122a263-3661-4f68-9929-78f8b0d62180");
41+
3942
/// GUID of the UEFI properties table.
4043
///
4144
/// The properties table is used to provide additional info

0 commit comments

Comments
 (0)