aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/base/base.h')
-rw-r--r--drivers/base/base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/base/base.h b/drivers/base/base.h
index bbbc2acd921c..122498aef50b 100644
--- a/drivers/base/base.h
+++ b/drivers/base/base.h
@@ -13,6 +13,8 @@ extern int attribute_container_init(void);
13extern int bus_add_device(struct device * dev); 13extern int bus_add_device(struct device * dev);
14extern void bus_attach_device(struct device * dev); 14extern void bus_attach_device(struct device * dev);
15extern void bus_remove_device(struct device * dev); 15extern void bus_remove_device(struct device * dev);
16extern struct bus_type *get_bus(struct bus_type * bus);
17extern void put_bus(struct bus_type * bus);
16 18
17extern int bus_add_driver(struct device_driver *); 19extern int bus_add_driver(struct device_driver *);
18extern void bus_remove_driver(struct device_driver *); 20extern void bus_remove_driver(struct device_driver *);