aboutsummaryrefslogtreecommitdiff
path: root/example-fs-bb48/sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'example-fs-bb48/sys.h')
-rw-r--r--example-fs-bb48/sys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/example-fs-bb48/sys.h b/example-fs-bb48/sys.h
index c13978c..eed5d92 100644
--- a/example-fs-bb48/sys.h
+++ b/example-fs-bb48/sys.h
@@ -36,3 +36,6 @@ set_led (int on)
void crc32_init (unsigned int *);
void crc32_u8 (unsigned int *, unsigned char);
void crc32_u32 (unsigned int *, unsigned int);
+
+int flash_erase_page (uint32_t addr);
+int flash_program_word (uint32_t addr, uint32_t word);