some fixes to accented characters
[tangerine.git] / rom / dosboot / dosboot_intern.h
blob175e04b6a259c3d3ef19e676ff3e928d082032ab
1 #ifndef DOSBOOT_INTERN_H
2 #define DOSBOOT_INTERN_H
4 /*
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
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 BOOL db_attemptingboot;
24 BOOL db_bootdevicefound;
27 //#undef ExpansionBase
28 //#define ExpansionBase DOSBootBase->bm_ExpansionBase
29 //#undef GfxBase
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 */