summaryrefslogtreecommitdiffstats
path: root/c/src/optman/sapi
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-08 21:39:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-08 21:39:52 +0000
commitbbf8816ab2326fd8e5d94e6693c82b2d1e6d8878 (patch)
tree4ed068ccd487adc709220ab4006201644cdd3740 /c/src/optman/sapi
parent2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-bbf8816ab2326fd8e5d94e6693c82b2d1e6d8878.tar.bz2
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build * optman/.cvsignore, optman/Makefile.am, optman/preinstall.am, optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c, optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-signal.c, optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: Removed.
Diffstat (limited to 'c/src/optman/sapi')
-rw-r--r--c/src/optman/sapi/no-ext.c25
-rw-r--r--c/src/optman/sapi/no-io.c28
2 files changed, 0 insertions, 53 deletions
diff --git a/c/src/optman/sapi/no-ext.c b/c/src/optman/sapi/no-ext.c
deleted file mode 100644
index 7c463fffe0..0000000000
--- a/c/src/optman/sapi/no-ext.c
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Extension Manager
- *
- *
- * COPYRIGHT (c) 1989-2008.
- * 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$
- */
-
-#include <rtems/system.h>
-#include <rtems/rtems/status.h>
-#include <rtems/rtems/support.h>
-#include <rtems/score/object.h>
-#include <rtems/score/thread.h>
-#include <rtems/extension.h>
-#include <rtems/score/interr.h>
-
-void _Extension_Manager_initialization(void)
-{
-}
diff --git a/c/src/optman/sapi/no-io.c b/c/src/optman/sapi/no-io.c
deleted file mode 100644
index 72ccf4ad2a..0000000000
--- a/c/src/optman/sapi/no-io.c
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Input/Output Manager
- *
- *
- * COPYRIGHT (c) 1989-2008.
- * 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$
- */
-
-#include <rtems/system.h>
-#include <rtems/rtems/status.h>
-#include <rtems/io.h>
-#include <rtems/score/isr.h>
-#include <rtems/score/thread.h>
-#include <rtems/score/interr.h>
-
-void _IO_Manager_initialization(void)
-{
-}
-
-void _IO_Initialize_all_drivers(void)
-{
-}