summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/startup/asmfault.h
blob: e3c406c8aba43d1a1e1ba7a5d36fb071488a0ec9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*-------------------------------------*/
/* asmfault.h                          */
/* Last change :  3.11.94              */
/*-------------------------------------*/
/*
 *  $Id$
 */

#ifndef _ASMFAULT_H_
#define _ASMFAULT_H_

  /* Fault handler start point.
   */
extern void faultHndlEntry(void);

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