Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 122 → Rev 123

/shark/trunk/include/kernel/const.h
16,11 → 16,11
 
/**
------------
CVS : $Id: const.h,v 1.2 2003-01-07 17:12:19 pj Exp $
CVS : $Id: const.h,v 1.3 2003-04-16 17:19:05 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2003-01-07 17:12:19 $
Revision: $Revision: 1.3 $
Last update: $Date: 2003-04-16 17:19:05 $
------------
 
System constants:
162,6 → 162,7
#define RUNLEVEL_SHUTDOWN 3 /*+ shutting down the system +*/
#define RUNLEVEL_BEFORE_EXIT 4 /*+ before the kernel has been terminated +*/
#define RUNLEVEL_AFTER_EXIT 5 /*+ after the kernel has been terminated +*/
#define RUNLEVEL_MASK 0x7 /*+ a mask used into kernel/init.c +*/
#define NO_AT_ABORT 8 /*+ only when sys_end is called +*/
 
#endif /* __CONST_H__ */