X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fxen%2Fxenbus%2Fxenbus_probe.h;h=146f857a36f83b5a2f4646424c1251a23abf1b07;hb=3b285cb2f7da913bb27017b6964b3c5b052c543b;hp=bb4f92ed87305452a3f2a5ad8a25293c75da352b;hpb=2416dc85107bf862acde82ffb8b0c86193487fd5;p=~andy%2Flinux diff --git a/drivers/xen/xenbus/xenbus_probe.h b/drivers/xen/xenbus/xenbus_probe.h index bb4f92ed873..146f857a36f 100644 --- a/drivers/xen/xenbus/xenbus_probe.h +++ b/drivers/xen/xenbus/xenbus_probe.h @@ -47,6 +47,13 @@ struct xen_bus_type { struct bus_type bus; }; +enum xenstore_init { + XS_UNKNOWN, + XS_PV, + XS_HVM, + XS_LOCAL, +}; + extern struct device_attribute xenbus_dev_attrs[]; extern int xenbus_match(struct device *_dev, struct device_driver *_drv);