mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
Provide a global counter for the number of interrupts hooked.
This commit is contained in:
parent
63499e9cfd
commit
dc8d429ec6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user