- Better memory I/O space distinguishing in amd_mtrr.c
[coreboot.git] / util / flash_and_burn / sst39sf020.h
1 #ifndef __SST39SF020_H__
2 #define __SST39SF020_H__ 1
3
4 extern int probe_39sf020(struct flashchip *flash);
5 extern int write_39sf020(struct flashchip *flash, unsigned char *buf);
6
7 #endif                          /* !__SST39SF020_H__ */