summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/mptests/mp09/node1/mptest-per_node_configuration.adb
blob: 7df508753763f287f0c32ffd9be1ca16443f1008 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
--
--  MPTEST.PER_NODE_CONFIGURATION / BODY
--
--  DESCRIPTION:
--
--  This package is the specification for the subpackage
--  which will define the per node configuration parameters.
--
--  DEPENDENCIES: 
--
--  
--
--  COPYRIGHT (c) 1989-1997.
--  On-Line Applications Research Corporation (OAR).
--  Copyright assigned to U.S. Government, 1994.
--
--  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$
--

with RTEMS;

separate ( MPTEST )

package body PER_NODE_CONFIGURATION is

--PAGE
--
--  LOCAL_NODE_NUMBER
--

   function LOCAL_NODE_NUMBER 
   return RTEMS.UNSIGNED32 is
   begin

      return 1;

   end LOCAL_NODE_NUMBER;

end PER_NODE_CONFIGURATION;