7 lines
57 B
C
7 lines
57 B
C
|
#ifndef EXT2_H
|
||
|
#define EXT2_H
|
||
|
|
||
|
void init_ext2();
|
||
|
|
||
|
#endif
|