浏览代码

Provide a global counter for the number of interrupts hooked.

tags/v0.9.3
Michael Brown 18 年前
父节点
当前提交
dc8d429ec6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/arch/i386/include/biosint.h

+ 1
- 0
src/arch/i386/include/biosint.h 查看文件

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

正在加载...
取消
保存