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 /* Flag for the AddDosNode()/AddBootNode() calls */
16 /* Start FileSystem process. */
17 #define ADNB_STARTPROC 0
18 #define ADNF_STARTPROC (1L<< ADNB_STARTPROC)
20 #endif /* LIBRARIES_EXPANSION_H */