Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/sched.h
20,11 → 20,11
 
/**
------------
CVS : $Id: sched.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: sched.h,v 1.2 2003-03-13 13:41:04 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-03-29 14:12:51 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-03-13 13:41:04 $
------------
 
sched.h
55,7 → 55,10
#define __SCHED_H__
 
#include <kernel/model.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
#define SCHED_FIFO NRT_FIFO_POLICY
#define SCHED_RR NRT_RR_POLICY
#define SCHED_OTHER NRT_RR_POLICY
75,4 → 78,5
 
int sched_yield(void);
 
__END_DECLS
#endif