1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00
elua/inc/elua_rfs.h

12 lines
133 B
C

// eLua remote file system
#ifndef __ELUA_RFS_H__
#define __ELUA_RFS_H__
#include "devman.h"
int remotefs_init( void );
#endif