Explorar el Código

Provide a global counter for the number of interrupts hooked.

tags/v0.9.3
Michael Brown hace 18 años
padre
commit
dc8d429ec6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/arch/i386/include/biosint.h

+ 1
- 0
src/arch/i386/include/biosint.h Ver fichero

@@ -8,6 +8,7 @@
8 8
 
9 9
 struct segoff;
10 10
 
11
+extern int hooked_bios_interrupts;
11 12
 extern void hook_bios_interrupt ( unsigned int interrupt, unsigned int handler,
12 13
 				  struct segoff *chain_vector );
13 14
 extern int unhook_bios_interrupt ( unsigned int interrupt,

Loading…
Cancelar
Guardar