summaryrefslogtreecommitdiffstats
path: root/include/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/boot.h')
-rw-r--r--include/boot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/boot.h b/include/boot.h
index 3d5dd1cb6e..0f97901a9a 100644
--- a/include/boot.h
+++ b/include/boot.h
@@ -44,13 +44,14 @@ int bootentry_register_provider(int (*fn)(struct bootentries *bootentries, const
struct watchdog;
+void boot_set_default(const char *boot_default);
void boot_set_watchdog_timeout(unsigned int timeout);
struct watchdog *boot_get_enabled_watchdog(void);
struct bootentries *bootentries_alloc(void);
void bootentries_free(struct bootentries *bootentries);
int bootentry_create_from_name(struct bootentries *bootentries,
const char *name);
-void bootsources_menu(struct bootentries *bootentries, int timeout);
+void bootsources_menu(struct bootentries *bootentries, unsigned default_entry, int timeout);
void bootsources_list(struct bootentries *bootentries);
int boot_entry(struct bootentry *be, int verbose, int dryrun);