Small additions to template (new command build_module_skeleton) to allow the generati...
[cake.git] / rom / dosboot / dosboot_intern.h
blob4c925b28d6399390bd83ba0c64c6b671648263f7
1 #ifndef DOSBOOT_INTERN_H
2 #define DOSBOOT_INTERN_H
4 /*
5 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Internal definitions for dosboot
9 Lang: english
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
21 LIBBASETYPE {
22 struct Node db_Node;
23 char *db_BootDevice;
24 BOOL db_attemptingboot;
28 //#undef ExpansionBase
29 //#define ExpansionBase DOSBootBase->bm_ExpansionBase
30 //#undef GfxBase
31 //#define GfxBase DOSBootBase->bm_GfxBase
32 //#undef IntuitionBase
33 //#define IntuitionBase DOSBootBase->bm_IntuitionBase
35 //void InitBootConfig(struct BootConfig *bootcfg, APTR BootLoaderBase);
37 #endif /* DOSBOOT_INTERN_H */