URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i960/] [rxgen960/] [startup/] [rommon.h] - Rev 1778
Go to most recent revision | Compare with Previous | Blame | View Log
/*-------------------------------------*/ /* rommon.h */ /* Last change : 23. 1.95 */ /*-------------------------------------*/ /* * rommon.h,v 1.2 1999/10/27 16:27:34 joel Exp */ #ifndef _ROMMON_H_ #define _ROMMON_H_ /* ROM monitor start point. * Gets control on power on. */ extern void romStart(void); extern void start(void); /* ROM monitor start point. * Gets control on a fault. */ extern void romFaultStart(void); /* ROM monitor start point. * Gets control on a test command. */ extern void romTestStart(void); #endif /*-------------*/ /* End of file */ /*-------------*/
Go to most recent revision | Compare with Previous | Blame | View Log