source: rtems/c/src/lib/libbsp/i960/rxgen960/startup/main.h @ 3299388d

4.104.114.84.95
Last change on this file since 3299388d was 2ea8df3, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/99 at 16:27:34

Added CVS Ids and a basic header. More header cleanup needed.

  • Property mode set to 100644
File size: 553 bytes
Line 
1/*-------------------------------------*/
2/* main.h                              */
3/* Last change :  2. 2.95              */
4/*-------------------------------------*/
5/*
6 *  $Id$
7 */
8
9#ifndef _MAIN_H_
10#define _MAIN_H_
11
12  /* ROM monitor main function(s).
13   * Gets control from rommon.s.
14   */
15extern void romMain(void);
16extern void romFaultMain(void);
17extern void romTestMain(void);
18
19extern char * mainRevisionStr(void);
20extern char * mainBuildStr(void);
21
22extern unsigned int bootAddr[];
23
24#endif
25/*-------------*/
26/* End of file */
27/*-------------*/
28
Note: See TracBrowser for help on using the repository browser.