aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/sst28sf040.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/flashrom/sst28sf040.h')
-rw-r--r--util/flashrom/sst28sf040.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/util/flashrom/sst28sf040.h b/util/flashrom/sst28sf040.h
new file mode 100644
index 0000000000..ca57eff1ec
--- /dev/null
+++ b/util/flashrom/sst28sf040.h
@@ -0,0 +1,8 @@
+#ifndef __SST28SF040_H__
+#define __SST28SF040_H__
+
+extern int probe_28sf040(struct flashchip *flash);
+extern int erase_28sf040(struct flashchip *flash);
+extern int write_28sf040(struct flashchip *flash, unsigned char *buf);
+
+#endif /* !__SST28SF040_H__ */