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);
|
|
|
|
extern int write_39sf020(struct flashchip *flash, unsigned char *buf);
|
2003-10-25 19:01:29 +02:00
|
|
|
|
2004-03-20 17:46:10 +01:00
|
|
|
#endif /* !__SST39SF020_H__ */
|