summaryrefslogtreecommitdiff
path: root/include/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/driver.h')
-rw-r--r--include/driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/driver.h b/include/driver.h
index 2cf0190699..5605a3db24 100644
--- a/include/driver.h
+++ b/include/driver.h
@@ -137,6 +137,8 @@ struct driver {
/* Register devices and drivers.
*/
int register_driver(struct driver *);
+void unregister_driver(struct driver *drv);
+
int register_device(struct device *);
/* manualy probe a device