mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Provide a global counter for the number of interrupts hooked.
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
struct segoff;
|
struct segoff;
|
||||||
|
|
||||||
|
extern int hooked_bios_interrupts;
|
||||||
extern void hook_bios_interrupt ( unsigned int interrupt, unsigned int handler,
|
extern void hook_bios_interrupt ( unsigned int interrupt, unsigned int handler,
|
||||||
struct segoff *chain_vector );
|
struct segoff *chain_vector );
|
||||||
extern int unhook_bios_interrupt ( unsigned int interrupt,
|
extern int unhook_bios_interrupt ( unsigned int interrupt,
|
||||||
|
|||||||
Reference in New Issue
Block a user