2003-10-25 19:01:29 +02:00
|
|
|
#ifndef __SST39SF020_H__
|
|
|
|
#define __SST39SF020_H__ 1
|
|
|
|
|
2004-03-20 17:46:10 +01:00
|
|
|
extern int probe_39sf020(struct flashchip *flash);
|
2005-11-26 22:55:36 +01:00
|
|
|
extern int write_39sf020(struct flashchip *flash, uint8_t *buf);
|
2003-10-25 19:01:29 +02:00
|
|
|
|
2004-03-20 17:46:10 +01:00
|
|
|
#endif /* !__SST39SF020_H__ */
|