summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorOllie Lho <ollie@sis.com.tw>2004-03-17 22:22:08 +0000
committerOllie Lho <ollie@sis.com.tw>2004-03-17 22:22:08 +0000
commitcbbf1259817896cd6339e7517404ba64aa85ed8d (patch)
tree96c21cf62ad8fd400edd11e6e68cb75fdbd6d6bf /flash.h
parent3770a1132ee0e43836eb907229277506af05ebc8 (diff)
downloadast2050-flashrom-cbbf1259817896cd6339e7517404ba64aa85ed8d.zip
ast2050-flashrom-cbbf1259817896cd6339e7517404ba64aa85ed8d.tar.gz
Move utility functions into new source files
Corresponding to flashrom svn r6 and coreboot v2 svn r1428.
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/flash.h b/flash.h
index f4a3d22..6cf911e 100644
--- a/flash.h
+++ b/flash.h
@@ -55,5 +55,6 @@ struct flashchip {
#define MSYSTEMS_MD2802 0x30 /* hmm -- both 0x30 */
extern void myusec_delay(int time);
-
+extern void myusec_calibrate_delay();
+extern int enable_flash_write(void);
#endif /* !__FLASH_H__ */
OpenPOWER on IntegriCloud