rt-thread-official/components/dfs/filesystems/skeleton/skeleton.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 __SKELETON_H__
#define __SKELETON_H__
#include <rtthread.h>
int dfs_skt_init(void);
#endif