Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e3e9991 authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge
Browse files

xenbus: export xen_store_interface for xenfs



xen_store_interface is needed by xenfs, and xenfs may be a module.

[ Impact: build fix for modular xenfs ]

Signed-off-by: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
parent f31fdf51
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -64,9 +64,11 @@


int xen_store_evtchn;
EXPORT_SYMBOL(xen_store_evtchn);
EXPORT_SYMBOL_GPL(xen_store_evtchn);

struct xenstore_domain_interface *xen_store_interface;
EXPORT_SYMBOL_GPL(xen_store_interface);

static unsigned long xen_store_mfn;

static BLOCKING_NOTIFIER_HEAD(xenstore_chain);