source: rtems-schedsim/schedsim/rtems/rtems_sched.h

Last change on this file was a2aad55, checked in by Joel Sherrill <joel.sherrill@…>, on 05/01/13 at 00:41:56

Remove CVS $

  • Property mode set to 100644
File size: 494 bytes
Line 
1/*
2 *  RTEMS Scheduler Simulator Interface
3 *
4 *  COPYRIGHT (c) 1989-2013.
5 *  On-Line Applications Research Corporation (OAR).
6 *
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
9 *  http://www.rtems.com/license/LICENSE.
10 */
11
12#ifndef __RTEMS_SCHEDULER_SIMULATOR_h
13#define __RTEMS_SCHEDULER_SIMULATOR_h
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19void rtems_initialize_data_structures(void);
20
21#ifdef __cplusplus
22}
23#endif
24
25#endif
Note: See TracBrowser for help on using the repository browser.