ソースを参照

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,

読み込み中…
キャンセル
保存