SAMA5D3x-EK NAND: Integrate SAMA5 NAND support into SAMA5D3x-EK board support

This commit is contained in:
Gregory Nutt
2013-11-25 12:10:24 -06:00
parent 20564e8c73
commit 45a4eba015
15 changed files with 357 additions and 112 deletions
+4 -4
View File
@@ -64,10 +64,10 @@ extern "C" {
#define EXTERN extern
#endif
EXTERN int mount(const char *source, const char *target,
const char *filesystemtype, unsigned long mountflags,
const void *data);
EXTERN int umount(const char *target);
int mount(const char *source, const char *target,
const char *filesystemtype, unsigned long mountflags,
const void *data);
int umount(const char *target);
#undef EXTERN
#if defined(__cplusplus)