summaryrefslogtreecommitdiff
path: root/fs/ext2.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-01 23:33:31 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-01 23:33:31 +0100
commitf20db37ca17245d5d20302a1ac1da347de5c3607 (patch)
treece0712176387f4555cf290615b71cdd1c935557d /fs/ext2.h
parentd8331335ff1720ce28eba45afe1a02814b38b033 (diff)
very buggy fork, execve and exit
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 1307347..07f4153 100644
--- a/fs/ext2.h
+++ b/fs/ext2.h
@@ -1,4 +1,5 @@
#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);