1 #ifndef DEVICES_BOOTBLOCK_H
2 #define DEVICES_BOOTBLOCK_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Floppy BootBlock definition
13 # include <exec/types.h>
25 #define BBID_DOS {'D', 'O', 'S', '\0'}
26 #define BBID_KICK {'K', 'I', 'C', 'K'}
28 #define BBNAME_DOS 0x444F5300 /* "DOS0" */
29 #define BBNAME_KICK 0x4B49434B /* "KICK" */
31 #endif /* DEVICES_BOOTBLOCK_H */