1 #ifndef BOOTMENU_DRIVER_H
2 #define BOOTMENU_DRIVER_H
4 #include "bootmenu_intern.h"
6 BOOL
initHidds(struct BootConfig
*, struct BootMenuBase
*);
7 BOOL
initScreen(struct BootMenuBase
*, struct BootConfig
*);
8 BOOL
buttonsPressed(struct BootMenuBase
*, struct DefaultHidd
*);