mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-17 14:33:30 +08:00
b2f9217686
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1746 bbd45198-f89e-11dd-88c7-29a3b14d5316
9 lines
102 B
C
9 lines
102 B
C
#ifndef __DEVICE_FS_H__
|
|
#define __DEVICE_FS_H__
|
|
|
|
#include <rtthread.h>
|
|
|
|
int devfs_init(void);
|
|
|
|
#endif
|