devfs.h 263 字节
Newer Older
Y
yiyue.fang 已提交
1
/*
mysterywolf's avatar
mysterywolf 已提交
2
 * Copyright (c) 2006-2021, RT-Thread Development Team
Y
yiyue.fang 已提交
3
 *
4
 * SPDX-License-Identifier: Apache-2.0
Y
yiyue.fang 已提交
5 6 7 8 9
 *
 * Change Logs:
 * Date           Author       Notes
 */

10 11 12 13 14 15 16 17
#ifndef __DEVICE_FS_H__
#define __DEVICE_FS_H__

#include <rtthread.h>

int devfs_init(void);

#endif