summaryrefslogtreecommitdiff
path: root/util/flashrom/sst49lfxxxc.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/flashrom/sst49lfxxxc.h')
-rw-r--r--util/flashrom/sst49lfxxxc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/util/flashrom/sst49lfxxxc.h b/util/flashrom/sst49lfxxxc.h
new file mode 100644
index 0000000000..8768b1fe66
--- /dev/null
+++ b/util/flashrom/sst49lfxxxc.h
@@ -0,0 +1,8 @@
+#ifndef __SST49LFXXXC_H__
+#define __SST49LFXXXC_H__
+
+extern int probe_49lfxxxc(struct flashchip *flash);
+extern int erase_49lfxxxc(struct flashchip *flash);
+extern int write_49lfxxxc(struct flashchip *flash, uint8_t *buf);
+
+#endif /* !__SST49LFXXXC_H__ */