diff options
author | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:01:03 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:01:03 +0900 |
commit | 9e02a7ee2335ba91e5bd0cbb79ab8a5a58f57bde (patch) | |
tree | c41616f855d66609896236dfefb63defcff53f33 /flash.h | |
parent | 5d5d9873f31ae857e0cd713f529f12407a6936a1 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |