Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 419 → Rev 567

/shark/trunk/include/kernel/const.h
16,11 → 16,11
 
/**
------------
CVS : $Id: const.h,v 1.4 2004-01-28 11:54:36 giacomo Exp $
CVS : $Id: const.h,v 1.5 2004-04-18 20:18:49 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.4 $
Last update: $Date: 2004-01-28 11:54:36 $
Revision: $Revision: 1.5 $
Last update: $Date: 2004-04-18 20:18:49 $
------------
 
System constants:
165,5 → 165,8
#define RUNLEVEL_MASK 0x7 /*+ a mask used into kernel/init.c +*/
#define NO_AT_ABORT 8 /*+ only when sys_end is called +*/
 
/*+ RUNLEVEL_SHUTDOWN timeout +*/
#define SYSTEM_CLOSE_TIMEOUT 3
 
#endif /* __CONST_H__ */