os/fs/ext2.h

7 lines
59 B
C
Raw Normal View History

2019-04-06 09:07:06 -05:00
#ifndef DEVFS_H
#define DEVFS_H
void init_ext2();
#endif