summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/fs/devfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/fs/devfs.h b/sys/include/fs/devfs.h
index 1fa4ada..7f32f8c 100644
--- a/sys/include/fs/devfs.h
+++ b/sys/include/fs/devfs.h
@@ -36,6 +36,6 @@
extern struct vfsops g_devfs_ops;
extern struct vops g_devfs_vops;
-int devfs_add_blkdev(const char *name, const struct device *blkdev);
+int devfs_add_dev(const char *name, const struct device *dev);
#endif