[comboot] Unhook interrupt vectors after returning from a COMBOOT image

This commit is contained in:
Michael Brown
2009-02-17 02:03:16 +00:00
parent 14eafc5b8d
commit 7f903f03af
4 changed files with 18 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ typedef struct {
} comboot_shuffle_descriptor;
extern void hook_comboot_interrupts ( );
extern void unhook_comboot_interrupts ( );
/* These are not the correct prototypes, but it doens't matter,
* as we only ever get the address of these functions;