source: rtems/c/src/ada-tests/mptests/mp09/node2/mptest-per_node_configuration.adb @ 6d4e604b

4.104.114.84.95
Last change on this file since 6d4e604b was 6d4e604b, checked in by Joel Sherrill <joel.sherrill@…>, on 06/02/97 at 20:19:03

Initial revision

  • Property mode set to 100644
File size: 932 bytes
RevLine 
[6d4e604b]1--
2--  MPTEST.PER_NODE_CONFIGURATION / BODY
3--
4--  DESCRIPTION:
5--
6--  This package is the specification for the subpackage
7--  which will define the per node configuration parameters.
8--
9--  DEPENDENCIES:
10--
11-- 
12--
13--  COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
14--  On-Line Applications Research Corporation (OAR).
15--  All rights assigned to U.S. Government, 1994.
16--
17--  This material may be reproduced by or for the U.S. Government pursuant
18--  to the copyright license under the clause at DFARS 252.227-7013.  This
19--  notice must appear in all copies of this file and its derivatives.
20--
21--  mptest-per_node_configuration.adb,v 1.2 1995/05/31 16:34:45 joel Exp
22--
23
24with RTEMS;
25
26separate ( MPTEST )
27
28package body PER_NODE_CONFIGURATION is
29
30--PAGE
31--
32--  LOCAL_NODE_NUMBER
33--
34
35   function LOCAL_NODE_NUMBER
36   return RTEMS.UNSIGNED32 is
37   begin
38
39      return 2;
40
41   end LOCAL_NODE_NUMBER;
42
43end PER_NODE_CONFIGURATION;
Note: See TracBrowser for help on using the repository browser.