2003-10-25 19:01:29 +02:00
|
|
|
#ifndef __W49F002U_H__
|
|
|
|
#define __W49F002U_H__ 1
|
|
|
|
|
2004-03-20 17:46:10 +01:00
|
|
|
extern int write_49f002(struct flashchip *flash, unsigned char *buf);
|
2003-10-25 19:01:29 +02:00
|
|
|
|
2004-03-20 17:46:10 +01:00
|
|
|
#endif /* !__W49F002U_H__ */
|