summaryrefslogtreecommitdiff
path: root/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fs.h')
-rw-r--r--fs/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fs.h b/fs/fs.h
index c581c33..f642502 100644
--- a/fs/fs.h
+++ b/fs/fs.h
@@ -15,5 +15,6 @@ typedef struct fs_dirent_struct
uint8_t type;
char name[256];
}fs_dirent;
+int fs_readdir(const char *name,fs_dirent *dirs,int max);
#endif