Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 215 → Rev 419

/shark/trunk/include/kernel/types.h
21,11 → 21,11
 
/**
------------
CVS : $Id: types.h,v 1.4 2003-08-07 09:00:03 giacomo Exp $
CVS : $Id: types.h,v 1.5 2004-01-28 11:54:36 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.4 $
Last update: $Date: 2003-08-07 09:00:03 $
Revision: $Revision: 1.5 $
Last update: $Date: 2004-01-28 11:54:36 $
------------
 
**/
68,7 → 68,7
 
/*+ the type used in the on-line guarantee +*/
typedef unsigned int bandwidth_t;
typedef signed long int ext_bandwidth_t;
typedef signed long long ext_bandwidth_t;
 
/*+ keys for task specific data */
typedef int task_key_t;