diff options
Diffstat (limited to 'drivers/lguest/lg.h')
-rw-r--r-- | drivers/lguest/lg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/lguest/lg.h b/drivers/lguest/lg.h index 6201ce59e886..040cb70780e7 100644 --- a/drivers/lguest/lg.h +++ b/drivers/lguest/lg.h | |||
@@ -143,6 +143,7 @@ int run_guest(struct lg_cpu *cpu, unsigned long __user *user); | |||
143 | /* interrupts_and_traps.c: */ | 143 | /* interrupts_and_traps.c: */ |
144 | unsigned int interrupt_pending(struct lg_cpu *cpu, bool *more); | 144 | unsigned int interrupt_pending(struct lg_cpu *cpu, bool *more); |
145 | void try_deliver_interrupt(struct lg_cpu *cpu, unsigned int irq, bool more); | 145 | void try_deliver_interrupt(struct lg_cpu *cpu, unsigned int irq, bool more); |
146 | void set_interrupt(struct lg_cpu *cpu, unsigned int irq); | ||
146 | bool deliver_trap(struct lg_cpu *cpu, unsigned int num); | 147 | bool deliver_trap(struct lg_cpu *cpu, unsigned int num); |
147 | void load_guest_idt_entry(struct lg_cpu *cpu, unsigned int i, | 148 | void load_guest_idt_entry(struct lg_cpu *cpu, unsigned int i, |
148 | u32 low, u32 hi); | 149 | u32 low, u32 hi); |