Subversion Repositories HelenOS-historic

Rev

Rev 664 | Rev 1288 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 664 Rev 958
Line 39... Line 39...
39
#ifndef IVT_FIRST
39
#ifndef IVT_FIRST
40
#   define IVT_FIRST 0
40
#   define IVT_FIRST 0
41
#endif
41
#endif
42
 
42
 
43
extern iroutine exc_register(int n, const char *name, iroutine f);
43
extern iroutine exc_register(int n, const char *name, iroutine f);
44
extern void exc_dispatch(int n, void *stack);
44
extern void exc_dispatch(int n, istate_t *t);
45
void exc_init(void);
45
void exc_init(void);
46
 
46
 
47
#endif
47
#endif