summaryrefslogtreecommitdiff
path: root/util/flashrom/sst39sf020.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/flashrom/sst39sf020.h')
-rw-r--r--util/flashrom/sst39sf020.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/flashrom/sst39sf020.h b/util/flashrom/sst39sf020.h
new file mode 100644
index 0000000000..698814c3e7
--- /dev/null
+++ b/util/flashrom/sst39sf020.h
@@ -0,0 +1,7 @@
+#ifndef __SST39SF020_H__
+#define __SST39SF020_H__ 1
+
+extern int probe_39sf020(struct flashchip *flash);
+extern int write_39sf020(struct flashchip *flash, unsigned char *buf);
+
+#endif /* !__SST39SF020_H__ */