blob: eb6842b6a2af5ca07742907de737ab9bbf636c1b [file] [log] [blame]
swissChilief829f32021-06-13 20:00:54 -07001#include <dri/fs/ext2/ext2.h>
2#include <kint.h>
3
4void ext2_mount(struct fs_node *where)
5{
6 // TODO
7}