* https://openbios.org/roundup/linuxbios/issue96 - SST_49LF040B flash support for...
[coreboot.git] / util / flashrom / pm49fl004.h
1 #ifndef __PM49FL004_H__
2 #define __PM49FL004_H__ 1
3
4 extern int probe_49fl004(struct flashchip *flash);
5 extern int erase_49fl004(struct flashchip *flash);
6 extern int write_49fl004(struct flashchip *flash, uint8_t *buf);
7
8 #endif