4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-23 23:38:02 +08:00
2010-10-19 08:18:24 +00:00

9 lines
110 B
C

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