Searched defs:bootmenu_data (Results 1 – 1 of 1) sorted by relevance
36 struct bootmenu_data { struct37 int delay; /* delay for autoboot */38 int active; /* active menu entry */39 int count; /* total count of menu entries */40 struct bootmenu_entry *first; /* first menu entry */
Completed in 3 milliseconds