david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

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
1 changed files with 1 additions and 0 deletions

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,