diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-01-23 14:19:40 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-03-01 12:41:32 +0100 |
commit | 15cb6c98973293d82ab6e27889a90d281b39ed19 (patch) | |
tree | 2993d226d6566e2d4a9097fc1f9da945bd5ff6c1 /src/shared/bootspec.h | |
parent | gpt-auto: also load the boot loader partition during regular boots (diff) | |
download | systemd-15cb6c98973293d82ab6e27889a90d281b39ed19.tar.xz systemd-15cb6c98973293d82ab6e27889a90d281b39ed19.zip |
bootspec: add internal APIs to discover the XBOOTLDR partition
Diffstat (limited to '')
-rw-r--r-- | src/shared/bootspec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/bootspec.h b/src/shared/bootspec.h index ed576210fe..8a22fd5cdd 100644 --- a/src/shared/bootspec.h +++ b/src/shared/bootspec.h @@ -47,5 +47,6 @@ static inline const char* boot_entry_title(const BootEntry *entry) { } int find_esp_and_warn(const char *path, bool unprivileged_mode, char **ret_path, uint32_t *ret_part, uint64_t *ret_pstart, uint64_t *ret_psize, sd_id128_t *ret_uuid); +int find_xbootldr_and_warn(const char *path, bool unprivileged_mode, char **ret_path,sd_id128_t *ret_uuid); int find_default_boot_entry(const char *esp_path, char **esp_where, BootConfig *config, const BootEntry **e); |