summaryrefslogtreecommitdiff
path: root/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 2432c07..3627275 100644
--- a/flash.h
+++ b/flash.h
@@ -8,6 +8,8 @@ void initFlash(FlashStruct *mem, gboolean reset_to_defaults, int starting_locati
void writeUserBlock(FlashStruct *mem, int addr, int numbytes);
void fixFlash(FlashStruct *mem);
void stopFlashWriterThread();
+void remount_root_as_writeable();
+void remount_root_as_not_writeable();
#endif