aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/flash.h
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2016-08-02 18:19:31 -0500
committerDavid Barksdale <amatus@amatus.name>2016-08-02 22:12:15 -0500
commitc96bdbec1c030647a777a975534521bc30b03e6b (patch)
treecba942c63d2957e24f7bcd4b47a3e9f0baff7b98 /laser-tag software/flash.h
parent08a23051ab4418ade7708a047c62e479ab19c829 (diff)
Add flash support, multiple LUN support
Diffstat (limited to 'laser-tag software/flash.h')
-rw-r--r--laser-tag software/flash.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/laser-tag software/flash.h b/laser-tag software/flash.h
new file mode 100644
index 0000000..a5c06f1
--- /dev/null
+++ b/laser-tag software/flash.h
@@ -0,0 +1,6 @@
+#ifndef _FLASH_H_
+#define _FLASH_H_
+
+int flash_init();
+
+#endif