From 06e6e427c76bdb88a7f72dd04411d95a4bda3270 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 16 Sep 2018 23:46:30 +0200 Subject: starting to create sysfs --- fs/ext2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fs/ext2.h') diff --git a/fs/ext2.h b/fs/ext2.h index efa045f..3c53350 100644 --- a/fs/ext2.h +++ b/fs/ext2.h @@ -33,3 +33,6 @@ uint32_t ext2_filename_to_inode(uint32_t ext2_start_addr, char *path); /** get address of first byte of given block for given inode number */ uint32_t ext2_inode_blockstart(uint32_t ext2_start_addr,uint32_t inode_nr,uint32_t block); + +/** mount */ +void ext2_mount(char *path); -- cgit v1.2.3