Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 29 → Rev 79

/shark/trunk/include/kernel/types.h
21,11 → 21,11
 
/**
------------
CVS : $Id: types.h,v 1.2 2002-11-11 08:36:01 pj Exp $
CVS : $Id: types.h,v 1.3 2003-03-13 13:36:28 pj Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2002-11-11 08:36:01 $
Revision: $Revision: 1.3 $
Last update: $Date: 2003-03-13 13:36:28 $
------------
 
**/
51,7 → 51,10
 
#ifndef __KERNEL_TYPES_H__
#define __KERNEL_TYPES_H__
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
#define TASK void *
 
/*+ ... a task index +*/
69,5 → 72,5
/*+ keys for task specific data */
typedef int task_key_t;
 
 
__END_DECLS
#endif