1 #ifndef DOSBOOT_INTERN_H
2 #define DOSBOOT_INTERN_H
5 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
6 $Id: dosboot_intern.h 29897 2008-10-27 09:27:10Z sonic $
8 Desc: Internal definitions for dosboot
12 #include <aros/libcall.h>
13 #include <exec/libraries.h>
14 #include <exec/lists.h>
15 #include <libcore/base.h>
16 #include <libraries/expansionbase.h>
17 #include <libraries/bootmenu.h>
18 //#include "gadgets.h"
19 #include LC_LIBDEFS_FILE
23 BOOL db_attemptingboot
;
24 BOOL db_bootdevicefound
;
27 //#undef ExpansionBase
28 //#define ExpansionBase DOSBootBase->bm_ExpansionBase
30 //#define GfxBase DOSBootBase->bm_GfxBase
31 //#undef IntuitionBase
32 //#define IntuitionBase DOSBootBase->bm_IntuitionBase
34 //void InitBootConfig(struct BootConfig *bootcfg, APTR BootLoaderBase);
36 #endif /* DOSBOOT_INTERN_H */