summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/headers/mptables.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-15 23:32:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-15 23:32:19 +0000
commit0825f57833ae1c0d749ef61bde62141bab897907 (patch)
tree7cdfba5560bbaa456d1c7c9757259b42609ac033 /c/src/exec/sapi/headers/mptables.h
parentPart II automake reorg by Ralf Corsepius (diff)
downloadrtems-0825f57833ae1c0d749ef61bde62141bab897907.tar.bz2
Moved around per Ralf Corsepius as preparation for automake
Diffstat (limited to 'c/src/exec/sapi/headers/mptables.h')
-rw-r--r--c/src/exec/sapi/headers/mptables.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/c/src/exec/sapi/headers/mptables.h b/c/src/exec/sapi/headers/mptables.h
deleted file mode 100644
index 8fdbdfebd2..0000000000
--- a/c/src/exec/sapi/headers/mptables.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* mptables.h
- *
- * This include file contains the executive's pre-initialized tables
- * used in a multiprocessor configuration.
- *
- * COPYRIGHT (c) 1989-1998.
- * On-Line Applications Research Corporation (OAR).
- * Copyright assigned to U.S. Government, 1994.
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.OARcorp.com/rtems/license.html.
- *
- * $Id$
- */
-
-#ifndef __RTEMS_MPTABLES_h
-#define __RTEMS_MPTABLES_h
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-/* end of include file */