os/fs/ext2.h

7 lines
57 B
C
Raw Normal View History

2019-04-21 14:31:09 -05:00
#ifndef EXT2_H
#define EXT2_H
2019-04-06 09:07:06 -05:00
void init_ext2();
#endif