From e5d7b3ce52dd0213c224e9f058379775861e97e8 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 19 Mar 2014 20:40:57 +0000 Subject: [PATCH] Revert last change, it breaks other things. --- sys/xen/xen-os.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/xen/xen-os.h b/sys/xen/xen-os.h index c982d55dcc9a..7dd9c7e44c38 100644 --- a/sys/xen/xen-os.h +++ b/sys/xen/xen-os.h @@ -54,6 +54,7 @@ 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; extern char *console_page; enum xen_domain_type {