diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-11-14 10:32:40 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-11-21 19:30:32 +0100 |
| commit | 4988e683bc275a361204ad53dd95a4d4a7faecaf (patch) | |
| tree | 24a9ccb15ff6305298d6ed1c4be5b649d18efea3 /include | |
| parent | 8ff90aa64b730c3f511921d4ff79e9f64e625867 (diff) | |
efi_selftest: expose runtime table address
Save the address of the EFI runtime as a global variable.
This allows to simplify the setup of tests.
Reviewed-by: Ilias Apalodimas <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/efi_selftest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/efi_selftest.h b/include/efi_selftest.h index 1b708849bcb..4ee46cbbb66 100644 --- a/include/efi_selftest.h +++ b/include/efi_selftest.h @@ -19,6 +19,7 @@ extern const struct efi_system_table *st_systable; extern const struct efi_boot_services *st_boottime; +extern const struct efi_runtime_services *st_runtime; /** * efi_st_printf() - print a message |
