source: rtems/c/src/ada/rtems-multiprocessing.ads @ 8467c31

5
Last change on this file since 8467c31 was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • Property mode set to 100644
File size: 562 bytes
Line 
1--
2--  RTEMS Multiprocessing Manager/ Specification
3-- 
4--  DESCRIPTION:
5-- 
6--  This package provides the interface to the Multiprocessing Manager
7--  of the RTEMS API.
8--
9--  DEPENDENCIES:
10--
11--
12--  COPYRIGHT (c) 1997.
13--  On-Line Applications Research Corporation (OAR).
14--
15--  The license and distribution terms for this file may in
16--  the file LICENSE in this distribution or at
17--  http://www.rtems.org/license/LICENSE.
18--
19
20package RTEMS.Multiprocessing is
21
22   --
23   --  Multiprocessing Manager
24   --
25
26   procedure Announce;
27
28end RTEMS.Multiprocessing;
Note: See TracBrowser for help on using the repository browser.