aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/xen/irq.h')
-rw-r--r--xen/include/xen/irq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/include/xen/irq.h b/xen/include/xen/irq.h
index f419f0c182..0bc8558ae0 100644
--- a/xen/include/xen/irq.h
+++ b/xen/include/xen/irq.h
@@ -67,9 +67,9 @@ extern hw_irq_controller no_irq_type;
extern void no_action(int cpl, void *dev_id, struct cpu_user_regs *regs);
struct domain;
-struct exec_domain;
+struct vcpu;
extern int pirq_guest_unmask(struct domain *p);
-extern int pirq_guest_bind(struct exec_domain *p, int irq, int will_share);
+extern int pirq_guest_bind(struct vcpu *p, int irq, int will_share);
extern int pirq_guest_unbind(struct domain *p, int irq);
extern int pirq_guest_bindable(int irq, int will_share);