summaryrefslogtreecommitdiff
path: root/include/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/flash.h')
-rw-r--r--include/flash.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/flash.h b/include/flash.h
index 3dcce216c6..2ad8581440 100644
--- a/include/flash.h
+++ b/include/flash.h
@@ -14,6 +14,11 @@
/*****************************************************************************/
/* Low-level methods, for use by flash_common. */
+/**
+ * Initialize the physical flash interface.
+ */
+int flash_physical_pre_init(void);
+
/* Return the write / erase / protect block size, in bytes. Operations must be
* aligned to and multiples of the granularity. For example, erase operations
* must have offset and size which are multiples of the erase block size. */