X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fxen%2Fxenbus%2Fxenbus_probe.h;h=146f857a36f83b5a2f4646424c1251a23abf1b07;hb=0f7dafd44e2de131f67fca87378e30ca86bc00d5;hp=bb4f92ed87305452a3f2a5ad8a25293c75da352b;hpb=72c79bdbda396b7f67e97b2a89410ac91d814c1b;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);