]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/xen/xenbus.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
[linux-2.6-omap-h63xx.git] / include / xen / xenbus.h
index 6f7c290651ae49d752b9c01f2178875c742f5ab2..6369d89c25d5346a6e8dcc4948218c883d900f37 100644 (file)
@@ -97,6 +97,7 @@ struct xenbus_driver {
        int (*uevent)(struct xenbus_device *, char **, int, char *, int);
        struct device_driver driver;
        int (*read_otherend_details)(struct xenbus_device *dev);
+       int (*is_ready)(struct xenbus_device *dev);
 };
 
 static inline struct xenbus_driver *to_xenbus_driver(struct device_driver *drv)