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