summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nvhost.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/nvhost.h b/include/linux/nvhost.h
index 82bb884dfbbd..1293cec7cd75 100644
--- a/include/linux/nvhost.h
+++ b/include/linux/nvhost.h
@@ -94,6 +94,9 @@ struct nvhost_device {
struct nvhost_channel *channel; /* Channel assigned for the module */
};
+/* Register devices to nvhost bus */
+extern int nvhost_add_devices(struct nvhost_device **, int num);
+
/* Register device to nvhost bus */
extern int nvhost_device_register(struct nvhost_device *);