Gitiles
Code Review
Sign In
review.sourcearcade.org
/
flashprog
/
64f05bb12f38e71069e9b1174bac0859fd5ba5a4
/
.
/
pm49fl004.h
blob: 2abd7deddf87c26e5954a5f3752d42d5288441e8 [
file
] [
log
] [
blame
]
#ifndef
__PM49FL004_H__
#define
__PM49FL004_H__
1
extern
int
probe_49fl004
(
struct
flashchip
*
flash
);
extern
int
erase_49fl004
(
struct
flashchip
*
flash
);
extern
int
write_49fl004
(
struct
flashchip
*
flash
,
uint8_t
*
buf
);
#endif