summaryrefslogtreecommitdiff
path: root/util/flash_and_burn/pm49fl004.h
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2004-02-10 21:34:18 +0000
committerRonald G. Minnich <rminnich@gmail.com>2004-02-10 21:34:18 +0000
commitc4bea221e038e40044100875119ad4e5aad0876f (patch)
tree452fa8de62eefbe99d5a9d21ec6317fd33a321dd /util/flash_and_burn/pm49fl004.h
parentf69f7e252f1cca6a891dcaffcad763e91189e7b8 (diff)
now we support 8111 and these parts.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1375 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flash_and_burn/pm49fl004.h')
-rw-r--r--util/flash_and_burn/pm49fl004.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/util/flash_and_burn/pm49fl004.h b/util/flash_and_burn/pm49fl004.h
new file mode 100644
index 0000000000..4a75da1751
--- /dev/null
+++ b/util/flash_and_burn/pm49fl004.h
@@ -0,0 +1,8 @@
+#ifndef __PM49FL004_H__
+#define __PM49FL004_H__ 1
+
+extern int probe_49fl004 (struct flashchip * flash);
+extern int erase_49fl004 (struct flashchip * flash);
+extern int write_49fl004 (struct flashchip * flash, unsigned char * buf);
+
+#endif