summaryrefslogtreecommitdiffstats
path: root/sys/xen/hvm.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2013-08-30 11:38:34 +0000
committermarkm <markm@FreeBSD.org>2013-08-30 11:38:34 +0000
commitff7909302f8ec4c467a0d7bb2c37c2700d394e7f (patch)
treef9372a133e937ecfa0e144aca5abd2a7fcd83233 /sys/xen/hvm.h
parent6eed6ab7e64307bf3e41ef63d154359d83a3ba04 (diff)
parent0030cdac07df412f040b7616431b47c1265e0e69 (diff)
downloadFreeBSD-src-ff7909302f8ec4c467a0d7bb2c37c2700d394e7f.zip
FreeBSD-src-ff7909302f8ec4c467a0d7bb2c37c2700d394e7f.tar.gz
MFC
Diffstat (limited to 'sys/xen/hvm.h')
-rw-r--r--sys/xen/hvm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/xen/hvm.h b/sys/xen/hvm.h
index 338a107..562aaf9 100644
--- a/sys/xen/hvm.h
+++ b/sys/xen/hvm.h
@@ -23,6 +23,9 @@
#ifndef __XEN_HVM_H__
#define __XEN_HVM_H__
+#include <xen/xen-os.h>
+#include <xen/hypervisor.h>
+
#include <xen/interface/hvm/params.h>
/**
@@ -91,4 +94,5 @@ enum {
void xen_hvm_set_callback(device_t);
void xen_hvm_suspend(void);
void xen_hvm_resume(void);
+void xen_hvm_init_cpu(void);
#endif /* __XEN_HVM_H__ */
OpenPOWER on IntegriCloud