1 #ifndef LIBRARIES_EXPANSION_H
2 #define LIBRARIES_EXPANSION_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: expansion.library external definitions
12 #define EXPANSIONNAME "expansion.library"
14 /* Flags for the AddDosNode() call */
16 /* Start FileSystem process. */
17 #define ADNB_STARTPROC 0
18 #define ADNF_STARTPROC (1L<< ADNB_STARTPROC)
20 /* This is supposed to tell the boot code that we boot without a ConfigDev */
21 #define ADNB_NOCONFIGDEV 8
22 #define ADNF_NOCONFIGDEV (1L<< ADNF_NOCONFIGDEV)
24 #endif /* LIBRARIES_EXPANSION_H */