summaryrefslogtreecommitdiffstats
path: root/chipdrivers.h
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-05-29 11:51:24 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-05-29 11:51:24 +0000
commit1b0b5110a43908cc5fa2a2b1bbd44894126ab56a (patch)
treec5b314cb8b40888ee7cd4a2ef7d8bd8f7953aaeb /chipdrivers.h
parent4554c92387340544e1f6cd95a69540c9223bcb77 (diff)
downloadflashrom-1b0b5110a43908cc5fa2a2b1bbd44894126ab56a.zip
flashrom-1b0b5110a43908cc5fa2a2b1bbd44894126ab56a.tar.gz
jedec.c: constify a bit more
Also, include chipdrivers.h to find conflicting types between exported declarations and actual implementations. Corresponding to flashrom svn r1805. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'chipdrivers.h')
-rw-r--r--chipdrivers.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chipdrivers.h b/chipdrivers.h
index d9b2dc7..7fe3202 100644
--- a/chipdrivers.h
+++ b/chipdrivers.h
@@ -136,10 +136,8 @@ int unlock_lh28f008bjt(struct flashctx *flash);
/* jedec.c */
uint8_t oddparity(uint8_t val);
-void toggle_ready_jedec(struct flashctx *flash, chipaddr dst);
-void data_polling_jedec(struct flashctx *flash, chipaddr dst, uint8_t data);
-int write_byte_program_jedec(struct flashctx *flash, chipaddr bios, uint8_t *src,
- chipaddr dst);
+void toggle_ready_jedec(const struct flashctx *flash, chipaddr dst);
+void data_polling_jedec(const struct flashctx *flash, chipaddr dst, uint8_t data);
int probe_jedec(struct flashctx *flash);
int write_jedec(struct flashctx *flash, const uint8_t *buf, unsigned int start, unsigned int len);
int write_jedec_1(struct flashctx *flash, const uint8_t *buf, unsigned int start, unsigned int len);
OpenPOWER on IntegriCloud