summaryrefslogtreecommitdiffstats
path: root/schedsim/rtems/rtems_sched.h
blob: 70c284af0d74985002c07a710a86b9421ce9229b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 *  RTEMS Scheduler Simulator Interface
 *
 *  COPYRIGHT (c) 1989-2013.
 *  On-Line Applications Research Corporation (OAR).
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.com/license/LICENSE.
 */

#ifndef __RTEMS_SCHEDULER_SIMULATOR_h
#define __RTEMS_SCHEDULER_SIMULATOR_h

#ifdef __cplusplus
extern "C" {
#endif

void rtems_initialize_data_structures(void);

#ifdef __cplusplus
}
#endif

#endif