source: rtems/c/src/lib/libbsp/i960/rxgen960/startup/rommon.h @ c8f3e82

Last change on this file since c8f3e82 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: 614 bytes
Line 
1/*-------------------------------------*/
2/* rommon.h                            */
3/* Last change : 23. 1.95              */
4/*-------------------------------------*/
5/*
6 *  $Id$
7 */
8
9#ifndef _ROMMON_H_
10#define _ROMMON_H_
11
12  /* ROM monitor start point.
13   * Gets control on power on.
14   */
15extern void romStart(void);
16extern void start(void);
17  /* ROM monitor start point.
18   * Gets control on a fault.
19   */
20extern void romFaultStart(void);
21  /* ROM monitor start point.
22   * Gets control on a test command.
23   */
24extern void romTestStart(void);
25
26#endif
27/*-------------*/
28/* End of file */
29/*-------------*/
30
Note: See TracBrowser for help on using the repository browser.