mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
12 lines
133 B
C
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
|
|
|