summaryrefslogtreecommitdiffstats
path: root/sharplhf00l04.h
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2006-02-23 17:16:44 +0000
committerRonald G. Minnich <rminnich@gmail.com>2006-02-23 17:16:44 +0000
commit5b582f23b8dbda53f1340e8d7180b6637a68db79 (patch)
treec9a21403ec674ed92d559130c039c71bb46c96ea /sharplhf00l04.h
parent143da0baaef41811592a3b50cd3e7ef2989d6473 (diff)
downloadast2050-flashrom-5b582f23b8dbda53f1340e8d7180b6637a68db79.zip
ast2050-flashrom-5b582f23b8dbda53f1340e8d7180b6637a68db79.tar.gz
Add sharp flash
Corresponding to flashrom svn r40 and coreboot v2 svn r2180.
Diffstat (limited to 'sharplhf00l04.h')
-rw-r--r--sharplhf00l04.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sharplhf00l04.h b/sharplhf00l04.h
new file mode 100644
index 0000000..d615dfa
--- /dev/null
+++ b/sharplhf00l04.h
@@ -0,0 +1,8 @@
+#ifndef __SHARPLHF00L04_H__
+#define __SHARPLHF00L04_H__ 1
+
+extern int probe_lhf00l04(struct flashchip *flash);
+extern int erase_lhf00l04(struct flashchip *flash);
+extern int write_lhf00l04(struct flashchip *flash, uint8_t *buf);
+
+#endif /* !__SHARPLHF00L04_H__ */
OpenPOWER on IntegriCloud