363ad228a4
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1028 bbd45198-f89e-11dd-88c7-29a3b14d5316
9 lines
110 B
C
9 lines
110 B
C
#ifndef __DEVICE_FS_H__
|
|
#define __DEVICE_FS_H__
|
|
|
|
#include <rtthread.h>
|
|
|
|
int devfs_init(void);
|
|
|
|
#endif
|