Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
f51a766f89a3d37ef4f6e4898621b91c8912e566
/
.
/
mx29f002.h
blob: 7d3cf20ce10693eec6a8dfc22410a3a4c3da1dc7 [
file
] [
log
] [
blame
]
#ifndef
__MX29F002_H__
#define
__MX29F002_H__
1
extern
int
probe_29f002
(
struct
flashchip
*
flash
);
extern
int
erase_29f002
(
struct
flashchip
*
flash
);
extern
int
write_29f002
(
struct
flashchip
*
flash
,
unsigned
char
*
buf
);
#endif
/* !__MX29F002_H__ */