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

15 lines
201 B
C

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