summaryrefslogtreecommitdiffstats
path: root/sst28sf040.h
blob: ab2641d32965fd9cb8400bf7f7bff58e5a68dfd9 (plain)
1
2
3
4
5
6
7
8
#ifndef __SST28SF040_H__
#define __SST28SF040_H__

extern int probe_28sf040 (struct flashchip * flash);
extern int erase_28sf040 (struct flashchip * flash);
extern int write_28sf040 (struct flashchip * flash, unsigned char * buf);

#endif /* !__SST28SF040_H__ */
OpenPOWER on IntegriCloud