summaryrefslogtreecommitdiff
path: root/core/include/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/fs.h')
-rw-r--r--core/include/fs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/include/fs.h b/core/include/fs.h
index 40ca09a4..481e085c 100644
--- a/core/include/fs.h
+++ b/core/include/fs.h
@@ -234,4 +234,7 @@ uint32_t generic_getfssec(struct file *file, char *buf,
/* nonextextent.c */
int no_next_extent(struct inode *, uint32_t);
+/* fat.c */
+int vfat_copy_superblock(void *buf);
+
#endif /* FS_H */