From f35d2124c36f8d39a953b76620e081b79c2faffd Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 14 Oct 2018 23:08:07 +0200 Subject: moved newlib specific stuff and similar into ./interface/ --- interface/fs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interface/fs.h') diff --git a/interface/fs.h b/interface/fs.h index a6168ae..25d4253 100644 --- a/interface/fs.h +++ b/interface/fs.h @@ -13,7 +13,6 @@ enum FS_FILE_TYPE{ FS_FILE_TYPE_FILE = 2 }; -/* typedef struct fs_dirent_struct { uint32_t mount; //mount identifier @@ -22,8 +21,8 @@ typedef struct fs_dirent_struct char name[255]; }fs_dirent; -*/ +/* typedef struct fs_dirent_struct { uint32_t inode; @@ -32,5 +31,6 @@ typedef struct fs_dirent_struct uint8_t type; char name[256]; }fs_dirent; +*/ #endif -- cgit v1.2.3