diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-16 11:32:25 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-16 11:32:25 -0400 |
commit | 53b0084de1e0b3cdb94fd345a03911f80ebcb784 (patch) | |
tree | b757518dbaf8b3845fb34d6a22cbef00301dd3fa /globals.h | |
parent | 51aec80f5b733b25e0875e22f82537fd31eb4ee4 (diff) |
add function to initialize Flash
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -399,5 +399,11 @@ typedef struct { extern GlobalStruct globals; + +void initFlash(void); +int readUserBlock(void); +void writeUserBlock(int addr, int numbytes); + + #endif |