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