OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [sapi/] [include/] [rtems/] [sptables.h.in] - Blame information for rev 1780

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*  sptables.h
2
 *
3
 *  This include file contains the executive's pre-initialized tables
4
 *  used when in a single processor configuration.
5
 *
6
 *  COPYRIGHT (c) 1989-1999.
7
 *  On-Line Applications Research Corporation (OAR).
8
 *
9
 *  The license and distribution terms for this file may be
10
 *  found in the file LICENSE in this distribution or at
11
 *  http://www.OARcorp.com/rtems/license.html.
12
 *
13
 *  sptables.h.in,v 1.3 1999/11/17 17:50:28 joel Exp
14
 */
15
 
16
#ifndef __RTEMS_SPTABLES_h
17
#define __RTEMS_SPTABLES_h
18
 
19
#ifdef __cplusplus
20
extern "C" {
21
#endif
22
 
23
#include 
24
 
25
#include 
26
#include 
27
#include 
28
#include 
29
#include 
30
 
31
#include 
32
#include 
33
#include 
34
#include 
35
#include 
36
#include 
37
#if defined(RTEMS_MULTIPROCESSING)
38
#include 
39
#endif
40
#include 
41
#include 
42
#include 
43
#include 
44
#include 
45
#include 
46
 
47
/*
48
 *  This is the default Multiprocessing Configuration Table.
49
 *  It is used in single processor configurations.
50
 */
51
 
52
#if defined(SAPI_INIT)
53
const rtems_multiprocessing_table
54
       _Initialization_Default_multiprocessing_table = {
55
  1,                      /* local node number */
56
  1,                      /* maximum number nodes in system */
57
  0,                      /* maximum number global objects */
58
  0,                      /* maximum number proxies */
59
  NULL,                   /* pointer to MPCI address table */
60
};
61
#else
62
extern const rtems_multiprocessing_table
63
       _Initialization_Default_multiprocessing_table;
64
#endif
65
 
66
/*
67
 *  This is the version string.
68
 */
69
 
70
#define RTEMS_VERSION "rtems-@RTEMS_VERSION@"
71
 
72
#if defined(SAPI_INIT)
73
const char _RTEMS_version[] =
74
  "RTEMS RELEASE " RTEMS_VERSION
75
     "(" CPU_NAME "/" CPU_MODEL_NAME "/@RTEMS_BSP@)";
76
#else
77
extern const char _RTEMS_version[];
78
#endif
79
 
80
#ifdef __cplusplus
81
}
82
#endif
83
 
84
#endif
85
/* end of include file */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.