4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-25 06:47:21 +08:00

9 lines
102 B
C
Raw Normal View History

#ifndef __SKELETON_H__
#define __SKELETON_H__
#include <rtthread.h>
int dfs_skt_init(void);
#endif