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