summaryrefslogtreecommitdiff
path: root/src/shared/bootspec.h
diff options
context:
space:
mode:
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);