This commit is contained in:
Paul 2000-10-20 21:52:46 +00:00
parent 5d10a37920
commit 046bdf0530
7 changed files with 775 additions and 8 deletions

16
source/system/except.h Normal file
View file

@ -0,0 +1,16 @@
#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