summaryrefslogtreecommitdiffstats
path: root/include/dataflash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dataflash.h')
-rw-r--r--include/dataflash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dataflash.h b/include/dataflash.h
index 96ac0975a6..056e18b036 100644
--- a/include/dataflash.h
+++ b/include/dataflash.h
@@ -208,6 +208,8 @@ extern int dataflash_real_protect (int flag, unsigned long start_addr, unsigned
extern int addr_dataflash (unsigned long addr);
extern int read_dataflash (unsigned long addr, unsigned long size, char *result);
extern int write_dataflash (unsigned long addr, unsigned long dest, unsigned long size);
+extern int AT91F_DataflashInit(void);
+
extern void dataflash_print_info (void);
extern void dataflash_perror (int err);
extern void AT91F_DataflashSetEnv (void);
OpenPOWER on IntegriCloud