diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-23 19:53:48 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-23 19:53:48 +0100 |
| commit | 61eff36a01a2639efeb515ec32f578ba99d97ff4 (patch) | |
| tree | 610dd432051da745949af898fc7cddce0eb665bd /fs/ext2.c | |
| parent | 9a13aedd4ef04711fc5139c86025272e9648cc4c (diff) | |
moved ls to own binary
Diffstat (limited to 'fs/ext2.c')
| -rw-r--r-- | fs/ext2.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -240,6 +240,13 @@ int ext2_inode_content(char *ram,int inode_nr,uint8_t *ramdest,int max) } +//TODO!!! +int ext2_filename_to_inode(char *path) +{ + + +} + int ext2_read_dir(uint8_t *ram, int inode_nr,fs_dirent *dirs,int max) { |
