os/fs/ext2.h

7 lines
57 B
C

#ifndef EXT2_H
#define EXT2_H
void init_ext2();
#endif