Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
f51a766f89a3d37ef4f6e4898621b91c8912e566
/
.
/
w49f002u.h
blob: 4863ea5a4fc91dbca1069236ffc75994ee7fb339 [
file
] [
log
] [
blame
]
#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__ */