summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-16 12:27:50 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-16 12:27:50 -0400
commite94427e2d85dfc409a4f89c263d727dedcdb3a52 (patch)
treee91125a04914344753f86b3d3ddfce9b0740f902 /globals.h
parentd7ab57c08b3fed543492cd258c36996d3c5d59b3 (diff)
put flash functions in separate files
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/globals.h b/globals.h
index 79f3362..9062026 100644
--- a/globals.h
+++ b/globals.h
@@ -400,10 +400,5 @@ typedef struct {
extern GlobalStruct globals;
-void initFlash(void);
-int readUserBlock(void);
-void writeUserBlock(int addr, int numbytes);
-
-
#endif