source: rtems/cpukit/sapi/include/rtems/mptables.h @ c5782a2

4.115
Last change on this file since c5782a2 was c5782a2, checked in by Mathew Kallada <matkallada@…>, on 12/28/12 at 17:16:29

Header File Doxygen Enhancement Task #7

  • Property mode set to 100644
File size: 647 bytes
Line 
1/**
2 * @file rtems/mptables.h
3 *
4 * @brief Executive's Pre-Initialized Tables used in a
5 * Multiprocessor Configuration
6 *
7 * This include file contains the executive's pre-initialized tables
8 * used in a multiprocessor configuration.
9 */
10
11/*
12 *  COPYRIGHT (c) 1989-2011.
13 *  On-Line Applications Research Corporation (OAR).
14 *
15 *  The license and distribution terms for this file may be
16 *  found in the file LICENSE in this distribution or at
17 *  http://www.rtems.com/license/LICENSE.
18 */
19
20#ifndef _RTEMS_MPTABLES_H
21#define _RTEMS_MPTABLES_H
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
27#ifdef __cplusplus
28}
29#endif
30
31#endif
32/* end of include file */
Note: See TracBrowser for help on using the repository browser.