os/stuff/fs/ext2.h

7 lines
57 B
C
Raw Normal View History

2019-05-25 10:05:36 -05:00
#ifndef EXT2_H
#define EXT2_H
void init_ext2();
#endif