aboutsummaryrefslogtreecommitdiff
path: root/sys/xen/xen-os.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/xen/xen-os.h')
-rw-r--r--sys/xen/xen-os.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/xen/xen-os.h b/sys/xen/xen-os.h
index 87644e978e10..c7474d80da74 100644
--- a/sys/xen/xen-os.h
+++ b/sys/xen/xen-os.h
@@ -51,6 +51,10 @@
void force_evtchn_callback(void);
extern shared_info_t *HYPERVISOR_shared_info;
+extern start_info_t *HYPERVISOR_start_info;
+
+/* XXX: we need to get rid of this and use HYPERVISOR_start_info directly */
+extern struct xenstore_domain_interface *xen_store;
enum xen_domain_type {
XEN_NATIVE, /* running on bare hardware */