2009-05-15 16:03:19 -04:00
|
|
|
#ifndef _FATMOUNTER_H_
|
|
|
|
#define _FATMOUNTER_H_
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
2009-07-30 01:41:12 -04:00
|
|
|
extern "C" {
|
2009-05-15 16:03:19 -04:00
|
|
|
#endif
|
|
|
|
|
2009-07-30 01:41:12 -04:00
|
|
|
int USBDevice_Init();
|
|
|
|
void USBDevice_deInit();
|
|
|
|
int isSdInserted();
|
|
|
|
int isInserted(const char *path);
|
|
|
|
int SDCard_Init();
|
|
|
|
void SDCard_deInit();
|
2009-05-15 16:03:19 -04:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|