Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 78 → Rev 79

/shark/trunk/include/kernel/model.h
21,11 → 21,11
 
/**
------------
CVS : $Id: model.h,v 1.2 2003-01-07 17:12:19 pj Exp $
CVS : $Id: model.h,v 1.3 2003-03-13 13:36:28 pj Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2003-01-07 17:12:19 $
Revision: $Revision: 1.3 $
Last update: $Date: 2003-03-13 13:36:28 $
------------
 
This file contains the definitions of the task and resource models.
56,7 → 56,10
 
#include "ll/ll.h"
#include "kernel/types.h"
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/* -----------------------------------------------------------------------
-----------------------------------------------------------------------
-----------------------------------------------------------------------
749,6 → 752,6
#define NOPM_MUTEXATTR_INITIALIZER {NOPM_MCLASS}
#define NOPM_mutexattr_default(a) mutexattr_default(a, NOPM_MCLASS)
 
 
__END_DECLS
#endif /* __MODEL_H__ */