summaryrefslogtreecommitdiffstats
path: root/schedsim/rtems/rtems_sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/rtems/rtems_sched.h')
-rw-r--r--schedsim/rtems/rtems_sched.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/schedsim/rtems/rtems_sched.h b/schedsim/rtems/rtems_sched.h
new file mode 100644
index 0000000..f399f0c
--- /dev/null
+++ b/schedsim/rtems/rtems_sched.h
@@ -0,0 +1,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