crete an idle task to run when theres ... umm. .. nothing to do ..
[AROS.git] / compiler / include / libraries / expansion.h
blobb90a1a452fd8b5f900df3482940117d1e0c078a9
1 #ifndef LIBRARIES_EXPANSION_H
2 #define LIBRARIES_EXPANSION_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: expansion.library external definitions
9 Lang: english
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 */