This commit is contained in:
parent
5d10a37920
commit
046bdf0530
7 changed files with 775 additions and 8 deletions
16
source/system/except.h
Normal file
16
source/system/except.h
Normal 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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue