summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fs.h b/include/fs.h
index 5645ea3ae2..e7e66483e0 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -92,7 +92,7 @@ off_t lseek(int fildes, off_t offset, int whence);
int ls(const char *path, ulong flags);
int mkdir (const char *pathname);
int rmdir (const char *pathname);
-int mount (struct device_d *dev, char *fsname, char *path);
+int mount (const char *device, const char *fsname, const char *path);
int umount(const char *pathname);
struct dir *opendir(const char *pathname);