diff options
| author | Michael Brown | 2006-05-13 13:44:53 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-05-13 13:44:53 +0200 |
| commit | dc8d429ec6f2ae5e8fcf1f450ab0513ffbad289d (patch) | |
| tree | 40479c7a127d2b428ef0f70b47f6009b865e957f /src/arch | |
| parent | Allow re-entrancy and provide a global counter of the number of (diff) | |
| download | ipxe-dc8d429ec6f2ae5e8fcf1f450ab0513ffbad289d.tar.gz ipxe-dc8d429ec6f2ae5e8fcf1f450ab0513ffbad289d.tar.xz ipxe-dc8d429ec6f2ae5e8fcf1f450ab0513ffbad289d.zip | |
Provide a global counter for the number of interrupts hooked.
Diffstat (limited to 'src/arch')
| -rw-r--r-- | src/arch/i386/include/biosint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/include/biosint.h b/src/arch/i386/include/biosint.h index 55cb2728d..d4e34963d 100644 --- a/src/arch/i386/include/biosint.h +++ b/src/arch/i386/include/biosint.h @@ -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, |
