devfs.h 110 B

12345678
  1. #ifndef __DEVICE_FS_H__
  2. #define __DEVICE_FS_H__
  3. #include <rtthread.h>
  4. int devfs_init(void);
  5. #endif