4 #include <libcore/base.h>
12 struct BootConfig
*self
;
13 /* prefered boot device */
14 struct BootNode
*boot
;
15 /* default hidds used in bootmenu and for fallback mode */
16 struct DefaultHidd defaultgfx
;
17 struct DefaultHidd defaultkbd
;
18 struct DefaultHidd defaultmouse
;
23 struct ExpansionBase
*bm_ExpansionBase
;
24 struct GfxBase
*bm_GfxBase
;
25 struct IntuitionBase
*bm_IntuitionBase
;
26 struct BootConfig bm_BootConfig
;