summaryrefslogtreecommitdiff
path: root/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/flash.h b/flash.h
index 183e932..d4658ee 100644
--- a/flash.h
+++ b/flash.h
@@ -2,8 +2,9 @@
#define FLASH_H_
#include "globals.h"
+#include <glib.h>
-void initFlash(FlashStruct *mem, int starting_location);
+void initFlash(FlashStruct *mem, gboolean reset_to_defaults, int starting_location);
int readUserBlock(FlashStruct *mem);
void writeUserBlock(FlashStruct *mem, int addr, int numbytes);