rt-thread-official/components/dfs/filesystems/skeleton/skeleton.h

9 lines
102 B
C

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