mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
8 lines
263 B
C
8 lines
263 B
C
#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__ */
|