mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
8 lines
256 B
C
8 lines
256 B
C
#ifndef __W49F002U_H__
|
|
#define __W49F002U_H__ 1
|
|
|
|
extern int probe_49f002 (struct flashchip * flash);
|
|
extern int erase_49f002 (struct flashchip * flash);
|
|
extern int write_49f002 (struct flashchip * flash, unsigned char * buf);
|
|
|
|
#endif /* !__W49F002U_H__ */
|