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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/sst_fwhub.h b/util/flashrom/sst_fwhub.h
index eb2b364e62..66979bc082 100644
--- a/util/flashrom/sst_fwhub.h
+++ b/util/flashrom/sst_fwhub.h
@@ -3,6 +3,6 @@
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);
+extern int write_sst_fwhub(struct flashchip *flash, uint8_t *buf);
#endif /* !__SST_FWHUB_H__ */