Updated PCI IDs to latest snapshot.
[tangerine.git] / rom / bootmenu / menu.h
blob8a44871acedf3ccbe7e9512aec3cb72201d4132c
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 *);
10 #endif