SBSPSS/source/system/except.h
2000-10-20 21:52:46 +00:00

16 lines
251 B
C

#ifndef __SYSTEM_EXCEPT_H__
#define __SYSTEM_EXCEPT_H__
extern void installExceptionHandler();
extern "C" void exc_c(void);
extern "C" void install_exc(void);
extern "C" void uninstall_exc(void);
extern int *reg_lst;
extern int dev_kit;
#endif