diff options
author | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:33:41 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:33:41 +0900 |
commit | 505acceba17a4987fb445cce1eed792cf41e93c6 (patch) | |
tree | c70e52da006205ef14d32547043a6e79ce7c1d9a /flash.h | |
parent | 49d90621d371d450faca9d3f5e11089d1e30eb24 (diff) |
add mutex around remounting, and add debug messagesINSTRUMENT_6_2_02
Diffstat (limited to 'flash.h')
-rw-r--r-- | flash.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,8 +8,7 @@ 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(); +void remount_root_as_writeable(gboolean start); #endif |