summaryrefslogtreecommitdiff
path: root/src/shared/bootspec.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-01-23 14:19:40 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-01 12:41:32 +0100
commit15cb6c98973293d82ab6e27889a90d281b39ed19 (patch)
tree2993d226d6566e2d4a9097fc1f9da945bd5ff6c1 /src/shared/bootspec.h
parent9f1cb0c1fad5c86d580803dc4999f693fb6843db (diff)
downloadsystemd-15cb6c98973293d82ab6e27889a90d281b39ed19.tar.gz
bootspec: add internal APIs to discover the XBOOTLDR partition
Diffstat (limited to 'src/shared/bootspec.h')
-rw-r--r--src/shared/bootspec.h1
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);