summaryrefslogtreecommitdiffstats
path: root/c/src/ada/rtems-multiprocessing.ads
blob: 6a4a63d36589616d17f7eb5af8a44c7b441c14be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--
--  RTEMS Multiprocessing Manager/ Specification
--  
--  DESCRIPTION:
--  
--  This package provides the interface to the Multiprocessing Manager
--  of the RTEMS API.
--
--  DEPENDENCIES:
--
--
--  COPYRIGHT (c) 1997.
--  On-Line Applications Research Corporation (OAR).
--
--  The license and distribution terms for this file may in
--  the file LICENSE in this distribution or at
--  http://www.OARcorp.com/rtems/license.html.
--
--  $Id$
--

package RTEMS.Multiprocessing is

   --
   --  Multiprocessing Manager
   --

   procedure Announce;

end RTEMS.Multiprocessing;