luxos/SysCore/drivers/cpu/isrs/isrs.h

8 lines
210 B
C
Raw Normal View History

2021-09-14 15:46:50 +00:00
#ifndef __ISRS_H_
#define __ISRS_H_
extern void i86_IsrsInstall();
extern void i86_IsrsInstallHandler(int interr, void (*function)(ISR_stack_regs *r));
extern void i86_IsrsUninstallHandler(int interr);
#endif