due to popular demand, added flash_and_burn to the freebios2 tree.
[coreboot.git] / util / flash_and_burn / w49f002u.h
1 #ifndef __W49F002U_H__
2 #define __W49F002U_H__ 1
3
4 extern int probe_49f002 (struct flashchip * flash);
5 extern int erase_49f002 (struct flashchip * flash);
6 extern int write_49f002 (struct flashchip * flash, unsigned char * buf);
7
8 #endif /* !__W49F002U_H__ */