diff options
Diffstat (limited to 'util/flashrom/sst_fwhub.h')
-rw-r--r-- | util/flashrom/sst_fwhub.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/util/flashrom/sst_fwhub.h b/util/flashrom/sst_fwhub.h deleted file mode 100644 index 66979bc082..0000000000 --- a/util/flashrom/sst_fwhub.h +++ /dev/null @@ -1,8 +0,0 @@ -#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, uint8_t *buf); - -#endif /* !__SST_FWHUB_H__ */ |