summaryrefslogtreecommitdiff
path: root/fs/ext2.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-20 00:47:53 +0200
committerMiguel <m.i@gmx.at>2018-08-20 00:47:53 +0200
commit39100c30b7a16103e75187c9840a79c7df54f3da (patch)
treeea54cd41375e3cc38a291dfff47abffbdb468a7e /fs/ext2.h
parentdc5b5d1e5cf82b06fe97ffc8c9374c055e12a748 (diff)
schicophrenic cleanup after realizing many fundamental desgin problems!
Diffstat (limited to 'fs/ext2.h')
-rw-r--r--fs/ext2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext2.h b/fs/ext2.h
index 07f4153..066a769 100644
--- a/fs/ext2.h
+++ b/fs/ext2.h
@@ -1,5 +1,6 @@
#include <stdint.h>
#include "fs.h"
+
int ext2_check(uint8_t *ram);
int ext2_inode_content(char *ram,int inode_nr,uint8_t *ramdest,int max);
int ext2_read_dir(uint8_t *ram, int inode_nr,fs_dirent *dirs,int max);