summaryrefslogtreecommitdiffstats
path: root/tools/schedsim/rtems/rtems_sched.h
blob: f399f0c1fb89745941a6655eaaa91e70b7801faa (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
26
27
/*
 *  RTEMS Scheduler Simulator Interface
 *
 *  COPYRIGHT (c) 1989-2010.
 *  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.
 *
 *  $Id$
 */

#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