7 lines
59 B
C
7 lines
59 B
C
#ifndef DEVFS_H
|
|
#define DEVFS_H
|
|
|
|
void init_ext2();
|
|
|
|
#endif
|