]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/device.h
driver core: add way to get to bus device klist
[karo-tx-linux.git] / include / linux / device.h
index 3cc13c32314ab0191423ecf869f50558a43fb099..62e695bd3c931b574a70853ad29eeebf1651bd04 100644 (file)
@@ -118,6 +118,7 @@ extern int bus_unregister_notifier(struct bus_type *bus,
                                                      unbound */
 
 extern struct kset *bus_get_kset(struct bus_type *bus);
+extern struct klist *bus_get_device_klist(struct bus_type *bus);
 
 struct device_driver {
        const char              * name;