os/stuff/fs/ext2.h
2019-05-25 10:05:36 -05:00

7 lines
57 B
C

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