2013-06-26 22:30:40 +08:00
|
|
|
/*
|
2018-10-15 01:46:07 +08:00
|
|
|
* Copyright (c) 2006-2018, RT-Thread Development Team
|
2013-06-26 22:30:40 +08:00
|
|
|
*
|
2018-10-15 01:46:07 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2013-06-26 22:30:40 +08:00
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
|
|
|
*/
|
|
|
|
|
2011-10-08 22:50:08 +08:00
|
|
|
#ifndef __DEVICE_FS_H__
|
|
|
|
#define __DEVICE_FS_H__
|
|
|
|
|
|
|
|
#include <rtthread.h>
|
|
|
|
|
|
|
|
int devfs_init(void);
|
|
|
|
|
|
|
|
#endif
|