source: rtems/c/src/lib/libbsp/i960/rxgen960/startup/asmfault.h @ aec4888

4.104.114.84.95
Last change on this file since aec4888 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: 364 bytes
Line 
1/*-------------------------------------*/
2/* asmfault.h                          */
3/* Last change :  3.11.94              */
4/*-------------------------------------*/
5/*
6 *  $Id$
7 */
8
9#ifndef _ASMFAULT_H_
10#define _ASMFAULT_H_
11
12  /* Fault handler start point.
13   */
14extern void faultHndlEntry(void);
15
16#endif
17/*-------------*/
18/* End of file */
19/*-------------*/
20
Note: See TracBrowser for help on using the repository browser.