Searched defs:bootmenu_data (Results 1 – 1 of 1) sorted by relevance
34 struct bootmenu_data { struct35 int delay; /* delay for autoboot */36 int active; /* active menu entry */37 int count; /* total count of menu entries */38 struct bootmenu_entry *first; /* first menu entry */