mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
12 lines
134 B
C
12 lines
134 B
C
|
// eLua remote file system
|
||
|
|
||
|
#ifndef __ELUA_RFS_H__
|
||
|
#define __ELUA_RFS_H__
|
||
|
|
||
|
#include "devman.h"
|
||
|
|
||
|
DM_DEVICE* remotefs_init();
|
||
|
|
||
|
#endif
|
||
|
|