diff options
Diffstat (limited to 'fs/ext2.h')
| -rw-r--r-- | fs/ext2.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |
