devfs.h 102 字节
Newer Older
1 2 3 4 5 6 7 8
#ifndef __DEVICE_FS_H__
#define __DEVICE_FS_H__

#include <rtthread.h>

int devfs_init(void);

#endif