blob: aea62cc96922f84841425f274a9b8901fc1d4d22 [file] [log] [blame]
Ronald G. Minnicheaab50b2003-09-12 22:41:53 +00001#ifndef __SST39SF020_H__
2#define __SST39SF020_H__ 1
3
Ollie Lho761bf1b2004-03-20 16:46:10 +00004extern int probe_39sf020(struct flashchip *flash);
Ollie Lho184a4042005-11-26 21:55:36 +00005extern int write_39sf020(struct flashchip *flash, uint8_t *buf);
Ronald G. Minnicheaab50b2003-09-12 22:41:53 +00006
Ollie Lho761bf1b2004-03-20 16:46:10 +00007#endif /* !__SST39SF020_H__ */