8 lines
90 B
C
8 lines
90 B
C
#ifndef D_DEVFS_H
|
|
#define D_DEVFS_H
|
|
|
|
#include <vfs.h>
|
|
|
|
vfs_node_t* create_devfs();
|
|
|
|
#endif |