summaryrefslogtreecommitdiff
path: root/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fs.h')
-rw-r--r--fs/fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/fs.h b/fs/fs.h
index aa38180..79583cf 100644
--- a/fs/fs.h
+++ b/fs/fs.h
@@ -20,6 +20,8 @@ typedef struct fs_dirent_struct
}fs_dirent;
int fs_readdir(const char *name,fs_dirent *dirs,int max);
+void fs_content(char *path, uint32_t dest, uint32_t max_bytes);
void fs_mount(multiboot_information *info); // mounts ext2 ramimage from module as root
+uint32_t fs_get_root_ext2_ramimage();
#endif