From e85a68e1536a0f6505300e1cb79f06b9743b00f7 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 9 Sep 2018 11:49:30 +0200 Subject: fixing implicit func declarations! --- fs/fs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fs/fs.h') 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 -- cgit v1.2.3