Yinghai Lu | ca78297 | 2007-01-22 20:21:17 +0000 | [diff] [blame] | 1 | #ifndef __SST49LFXXXC_H__ |
2 | #define __SST49LFXXXC_H__ | ||||
3 | |||||
4 | extern int probe_49lfxxxc(struct flashchip *flash); | ||||
5 | extern int erase_49lfxxxc(struct flashchip *flash); | ||||
6 | extern int write_49lfxxxc(struct flashchip *flash, uint8_t *buf); | ||||
7 | |||||
8 | #endif /* !__SST49LFXXXC_H__ */ |