aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/vmx_virpit.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-x86/vmx_virpit.h')
-rw-r--r--xen/include/asm-x86/vmx_virpit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/vmx_virpit.h b/xen/include/asm-x86/vmx_virpit.h
index 35fe69c844..1ba907cf3c 100644
--- a/xen/include/asm-x86/vmx_virpit.h
+++ b/xen/include/asm-x86/vmx_virpit.h
@@ -37,6 +37,6 @@ struct vmx_virpit_t {
} ;
/* to hook the ioreq packet to get the PIT initializaiton info */
-extern void vmx_hooks_assist(struct exec_domain *d);
+extern void vmx_hooks_assist(struct vcpu *d);
#endif /* _VMX_VIRPIT_H_ */