Files

8 lines
90 B
C
Raw Permalink Normal View History

#ifndef D_DEVFS_H
#define D_DEVFS_H
#include <vfs.h>
vfs_node_t* create_devfs();
#endif