summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/startup/main.h
blob: 0aabd34cca10bae4e9d6483638f6cd70b121cba6 (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
/*-------------------------------------*/
/* main.h                              */
/* Last change :  2. 2.95              */
/*-------------------------------------*/
#ifndef _MAIN_H_
#define _MAIN_H_

  /* ROM monitor main function(s). 
   * Gets control from rommon.s.
   */
extern void romMain(void);
extern void romFaultMain(void);
extern void romTestMain(void);

extern char * mainRevisionStr(void);
extern char * mainBuildStr(void);

extern unsigned int bootAddr[];

#endif
/*-------------*/
/* End of file */
/*-------------*/