Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 418 → Rev 419

/shark/trunk/include/kernel/const.h
16,11 → 16,11
 
/**
------------
CVS : $Id: const.h,v 1.3 2003-04-16 17:19:05 giacomo Exp $
CVS : $Id: const.h,v 1.4 2004-01-28 11:54:36 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2003-04-16 17:19:05 $
Revision: $Revision: 1.4 $
Last update: $Date: 2004-01-28 11:54:36 $
------------
 
System constants:
78,7 → 78,7
interruptable points +*/
 
/* Levels and modules */
#define MAX_SCHED_LEVEL 16U /*+ Max Schedule levels +*/
#define MAX_SCHED_LEVEL 30U /*+ Max Schedule levels +*/
#define MAX_RES_LEVEL 8U /*+ Max Resource levels +*/
#define MAX_LEVELNAME 20U /*+ Level Name Max Lenght +*/
#define MAX_MODULENAME 20U /*+ Resource Module Name Max L. +*/