1 2 3 4 5 6 7 8
#pragma once #include <vfs.h> fs_t* init_devfs(); /* vim: set ts=4 sw=4 tw=0 noet :*/