diff --git a/headers/private/kernel/fs/devfs.h b/headers/private/kernel/fs/devfs.h index f531d0280e..ab9f6486f9 100644 --- a/headers/private/kernel/fs/devfs.h +++ b/headers/private/kernel/fs/devfs.h @@ -31,6 +31,7 @@ status_t devfs_publish_partition(const char *path, const partition_info *info); status_t devfs_unpublish_device(const char *path, bool disconnect); status_t devfs_publish_device(const char *path, void *ident, device_hooks *calls); status_t devfs_publish_directory(const char *path); +status_t devfs_rescan_driver(const char *driverName); #ifdef __cplusplus }