summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-16 11:32:25 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-16 11:32:25 -0400
commit53b0084de1e0b3cdb94fd345a03911f80ebcb784 (patch)
treeb757518dbaf8b3845fb34d6a22cbef00301dd3fa /globals.h
parent51aec80f5b733b25e0875e22f82537fd31eb4ee4 (diff)
add function to initialize Flash
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 51a641b..79f3362 100644
--- a/globals.h
+++ b/globals.h
@@ -399,5 +399,11 @@ typedef struct {
extern GlobalStruct globals;
+
+void initFlash(void);
+int readUserBlock(void);
+void writeUserBlock(int addr, int numbytes);
+
+
#endif