From aa8ad84243f4c322eb1d0c45665f396aa260aab0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 13 Feb 2004 11:07:21 +0000 Subject: Remove. --- cpukit/sapi/include/rtems/sptables.h.in | 79 --------------------------------- 1 file changed, 79 deletions(-) delete mode 100644 cpukit/sapi/include/rtems/sptables.h.in diff --git a/cpukit/sapi/include/rtems/sptables.h.in b/cpukit/sapi/include/rtems/sptables.h.in deleted file mode 100644 index 18b97ddf7a..0000000000 --- a/cpukit/sapi/include/rtems/sptables.h.in +++ /dev/null @@ -1,79 +0,0 @@ -/* sptables.h - * - * This include file contains the executive's pre-initialized tables - * used when in a single processor configuration. - * - * COPYRIGHT (c) 1989-1999. - * 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_SPTABLES_h -#define __RTEMS_SPTABLES_h - -#ifdef __cplusplus -extern "C" { -#endif - -#include - -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#if defined(RTEMS_MULTIPROCESSING) -#include -#endif -#include -#include -#include -#include -#include -#include - -/* - * This is the default Multiprocessing Configuration Table. - * It is used in single processor configurations. - */ - -#if defined(SAPI_INIT) -const rtems_multiprocessing_table - _Initialization_Default_multiprocessing_table = { - 1, /* local node number */ - 1, /* maximum number nodes in system */ - 0, /* maximum number global objects */ - 0, /* maximum number proxies */ - NULL, /* pointer to MPCI address table */ -}; -#else -extern const rtems_multiprocessing_table - _Initialization_Default_multiprocessing_table; -#endif - -#if defined(SAPI_INIT) -const char _RTEMS_version[] = - "RTEMS RELEASE " RTEMS_VERSION - "(" CPU_NAME "/" CPU_MODEL_NAME "/@RTEMS_BSP@)"; -#else -extern const char _RTEMS_version[]; -#endif - -#ifdef __cplusplus -} -#endif - -#endif -/* end of include file */ -- cgit v1.2.3