mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-24 12:10:27 +00:00
Provide a global counter for the number of interrupts hooked.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
struct segoff;
|
||||
|
||||
extern int hooked_bios_interrupts;
|
||||
extern void hook_bios_interrupt ( unsigned int interrupt, unsigned int handler,
|
||||
struct segoff *chain_vector );
|
||||
extern int unhook_bios_interrupt ( unsigned int interrupt,
|
||||
|
Reference in New Issue
Block a user