浏览代码

Provide a global counter for the number of interrupts hooked.

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

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

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

正在加载...
取消
保存