source: rtems/cpukit/sapi/include/rtems/mptables.h @ 8bd41178

4.104.114.84.95
Last change on this file since 8bd41178 was 2ba508b, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:54:35

2003-09-04 Joel Sherrill <joel@…>

  • include/confdefs.h, include/rtems/config.h, include/rtems/extension.h, include/rtems/fatal.h, include/rtems/init.h, include/rtems/io.h, include/rtems/mptables.h, include/rtems/sptables.h, include/rtems/sptables.h.in, inline/rtems/extension.inl, macros/rtems/extension.inl, src/debug.c, src/exinit.c, src/extension.c, src/extensioncreate.c, src/extensiondelete.c, src/extensionident.c, src/fatal.c, src/io.c, src/itronapi.c, src/posixapi.c, src/rtemsapi.c: URL for license changed.
  • Property mode set to 100644
File size: 553 bytes
Line 
1/*  mptables.h
2 *
3 *  This include file contains the executive's pre-initialized tables
4 *  used in a multiprocessor 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.rtems.com/license/LICENSE.
12 *
13 *  $Id$
14 */
15
16#ifndef __RTEMS_MPTABLES_h
17#define __RTEMS_MPTABLES_h
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23#ifdef __cplusplus
24}
25#endif
26
27#endif
28/* end of include file */
Note: See TracBrowser for help on using the repository browser.