2 Copyright © 1995-2007, 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
;
35 #define MB_FLAGS_LDRNAME 0x01
36 #define MB_FLAGS_CMDLINE 0x02
37 #define MB_FLAGS_DRIVES 0x04
38 #define MB_FLAGS_CMDLINE 0x08
39 #define MB_FLAGS_GFX 0x10
42 #endif //BOOTLOADER_INTERN_H