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