rt-thread/components/dfs/filesystems/devfs/devfs.h

18 lines
263 B
C
Raw Normal View History

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