1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00
elua/inc/mmcfs.h

13 lines
147 B
C

// MMC filesystem
#ifndef __MMCFS_H__
#define __MMCFS_H__
#include "type.h"
#include "devman.h"
// FS functions
int mmcfs_init( void );
#endif