diff options
Diffstat (limited to 'util/flashrom/sst49lfxxxc.h')
-rw-r--r-- | util/flashrom/sst49lfxxxc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/util/flashrom/sst49lfxxxc.h b/util/flashrom/sst49lfxxxc.h deleted file mode 100644 index 8768b1fe66..0000000000 --- a/util/flashrom/sst49lfxxxc.h +++ /dev/null @@ -1,8 +0,0 @@ -#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__ */ |