OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_72/] [or1ksim/] [support/] [sched.h] - Diff between revs 1390 and 1452

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1390 Rev 1452
Line 19... Line 19...
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
 
 
#ifndef _SCHED_H_
#ifndef _SCHED_H_
#define _SCHED_H_
#define _SCHED_H_
 
 
 
#if DYNAMIC_EXECUTION
 
#include "sched_i386.h"
 
#endif
 
 
#include "debug.h"
#include "debug.h"
 
 
/* Scheduler debug level */
/* Scheduler debug level */
#define SCHED_DEBUG     0
#define SCHED_DEBUG     0
 
 
Line 155... Line 159...
}
}
 
 
/* Deletes job with specified function and param */
/* Deletes job with specified function and param */
#define SCHED_FIND_REMOVE(f, p) sched_find_remove(f, p, __FUNCTION__)
#define SCHED_FIND_REMOVE(f, p) sched_find_remove(f, p, __FUNCTION__)
 
 
 
/* If we are not running with dynamic execution, then do_scheduler will be
 
 * inlined and this declaration will be useless (it will also fail to compile)*/
 
#if DYNAMIC_EXECUTION
 
void do_scheduler (void);
 
#endif
 
 
#endif /* _SCHED_H_ */
#endif /* _SCHED_H_ */
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.