diff options
| author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-03-19 07:04:03 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-03-20 11:03:06 +0100 |
| commit | 90dcd9b2d3a318391453d9d623d931a568906cb5 (patch) | |
| tree | 76f33d311e5ecf72ab7d1fe1f40808a0e31507ed /include/efi_loader.h | |
| parent | 63276a569d4832d139206d652207663323df46eb (diff) | |
efi_loader: export efi_system_partition_guid
The efi_system_partition_guid is needed in multiple places. Export it.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'include/efi_loader.h')
| -rw-r--r-- | include/efi_loader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h index 1ae47a87137..156056fcd3d 100644 --- a/include/efi_loader.h +++ b/include/efi_loader.h @@ -260,6 +260,8 @@ extern const efi_guid_t efi_block_io_guid; extern const efi_guid_t efi_global_variable_guid; extern const efi_guid_t efi_guid_console_control; extern const efi_guid_t efi_guid_device_path; +/* GUID of the EFI system partition */ +extern const efi_guid_t efi_system_partition_guid; /* GUID of the EFI_DRIVER_BINDING_PROTOCOL */ extern const efi_guid_t efi_guid_driver_binding_protocol; /* event group ExitBootServices() invoked */ |
