summaryrefslogtreecommitdiff
path: root/flash.h
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:01:03 +0900
committerroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:01:03 +0900
commit9e02a7ee2335ba91e5bd0cbb79ab8a5a58f57bde (patch)
treec41616f855d66609896236dfefb63defcff53f33 /flash.h
parent5d5d9873f31ae857e0cd713f529f12407a6936a1 (diff)
file root normally read-only now, for safe power-off. Major OS changes too.INSTRUMENT_6_2_00
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