2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
5 Internal data structures for bootloader.resource
8 #ifndef BOOTLOADER_INTERN_H
9 #define BOOTLOADER_INTERN_H
12 #include <exec/types.h>
15 #include <exec/nodes.h>
17 #ifndef UTILITY_UTILITY_H
18 #include <utility/utility.h>
21 #include <hidd/hidd.h>
23 #include <aros/bootloader.h>
31 struct List DriveInfo
;
32 struct VesaInfo
*Vesa
;
35 #define BL_FLAGS_CMDLINE 0x01
36 #define BL_FLAGS_DRIVES 0x02
38 #endif //BOOTLOADER_INTERN_H