blob: 9705d4247b633b8720d69629f0921e3beb1d5b9e (
plain)
1
2
3
4
5
6
7
8
|
#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__ */
|