summaryrefslogtreecommitdiff
path: root/fs/ext2.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext2.h')
-rw-r--r--fs/ext2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ext2.h b/fs/ext2.h
index a5f46b3..1307347 100644
--- a/fs/ext2.h
+++ b/fs/ext2.h
@@ -1,5 +1,6 @@
-#include "lib/int/stdint.h"
+#include <stdint.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);
+int ext2_filename_to_inode(uint8_t *ram, char *path);