lguest: allow any process to send interrupts
[deliverable/linux.git] / drivers / lguest / lg.h
index 6201ce59e886774ccfd222617c58d04a80d4c7fa..040cb70780e70983c732fb8c1ec91ef99d6f463d 100644 (file)
@@ -143,6 +143,7 @@ int run_guest(struct lg_cpu *cpu, unsigned long __user *user);
 /* interrupts_and_traps.c: */
 unsigned int interrupt_pending(struct lg_cpu *cpu, bool *more);
 void try_deliver_interrupt(struct lg_cpu *cpu, unsigned int irq, bool more);
+void set_interrupt(struct lg_cpu *cpu, unsigned int irq);
 bool deliver_trap(struct lg_cpu *cpu, unsigned int num);
 void load_guest_idt_entry(struct lg_cpu *cpu, unsigned int i,
                          u32 low, u32 hi);
This page took 0.024359 seconds and 5 git commands to generate.