source: rtems/c/src/ada-tests/mptests/mp03/node1/mptest-per_node_configuration.adb @ f3f06f79

4.104.114.84.95
Last change on this file since f3f06f79 was bf9ae83, checked in by Joel Sherrill <joel.sherrill@…>, on 06/02/97 at 20:32:11

modified copyright notice to be the same as RTEMS 4.0.0.

changed the CVS ID string to be a "development" version.

  • Property mode set to 100644
File size: 776 bytes
Line 
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-1997.
14--  On-Line Applications Research Corporation (OAR).
15--  Copyright assigned to U.S. Government, 1994.
16--
17--  The license and distribution terms for this file may in
18--  the file LICENSE in this distribution or at
19--  http://www.OARcorp.com/rtems/license.html.
20--
21--  $Id$
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 1;
40
41   end LOCAL_NODE_NUMBER;
42
43end PER_NODE_CONFIGURATION;
Note: See TracBrowser for help on using the repository browser.