2
0
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:
Michael Brown 2006-05-13 11:44:53 +00:00
parent 63499e9cfd
commit dc8d429ec6

View File

@ -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,