summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/startup/asmfault.h
blob: 5f1cb7c31c67dcdfe61f8b954ff0cae53c9a36fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*-------------------------------------*/
/* 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 */
/*-------------*/