aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/support.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-02-23 11:32:25 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-02-23 11:32:25 +0000
commitfc4c44d9681dce9ed5f4ebf92177d9221f51c0ce (patch)
tree26cbcd9556d70e4bdf8e6306d7a2307977232ee6 /xen/include/asm-x86/hvm/support.h
parent684c5a8948324f182941dc2d66fea715f7ac80b2 (diff)
downloadxen-fc4c44d9681dce9ed5f4ebf92177d9221f51c0ce.tar.gz
xen-fc4c44d9681dce9ed5f4ebf92177d9221f51c0ce.tar.bz2
xen-fc4c44d9681dce9ed5f4ebf92177d9221f51c0ce.zip
hvm: Clean up initialisation of hvm_funcs.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/support.h')
-rw-r--r--xen/include/asm-x86/hvm/support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/hvm/support.h b/xen/include/asm-x86/hvm/support.h
index 6fe753458c..4a3b14afe5 100644
--- a/xen/include/asm-x86/hvm/support.h
+++ b/xen/include/asm-x86/hvm/support.h
@@ -260,7 +260,7 @@ int hvm_load(struct domain *d, hvm_domain_context_t *h);
extern char hvm_io_bitmap[];
extern int hvm_enabled;
-void hvm_enable(void);
+void hvm_enable(struct hvm_function_table *);
int hvm_copy_to_guest_phys(paddr_t paddr, void *buf, int size);
int hvm_copy_from_guest_phys(void *buf, paddr_t paddr, int size);