aboutsummaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 9009ee6d..086764f2 100644
--- a/flash.h
+++ b/flash.h
@@ -79,6 +79,9 @@ extern struct flashchip flashchips[];
#define MSYSTEMS_MD2800 0x30 /* hmm -- both 0x30 */
#define MSYSTEMS_MD2802 0x30 /* hmm -- both 0x30 */
+#define SM_ID 0x40 /* SyncMOS ID */
+#define S29C51002T 0x02
+
extern void myusec_delay(int time);
extern void myusec_calibrate_delay();
extern int enable_flash_write(void);