source: rtems/c/src/lib/libbsp/sparc/erc32/startup/erc32mec.c @ e13b2ec0

4.104.114.84.95
Last change on this file since e13b2ec0 was e13b2ec0, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/02 at 22:04:48

2002-07-01 Joel Sherrill <joel@…>

  • startup/erc32mec.c: New file.
  • startup/Makefile.am: Reflect above.
  • include/erc32.h: Converted SCORE_EXTERN to extern.
  • tools/runtest.in: Lengthened timeout on test runs.
  • Property mode set to 100644
File size: 419 bytes
RevLine 
[e13b2ec0]1/*
2 *  Put this variable in a separate file so it is only linked in when needed.
3 *
4 *  COPYRIGHT (c) 1989-2002.
5 *  On-Line Applications Research Corporation (OAR).
6 *
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
9 *  http://www.OARcorp.com/rtems/license.html.
10 *
11 *  $Id$
12 */
13
14#include <rtems.h>
15#include <bsp.h>
16 
17ERC32_Register_Map ERC32_MEC;
18
Note: See TracBrowser for help on using the repository browser.