summaryrefslogtreecommitdiffstats
path: root/opaque.c
diff options
context:
space:
mode:
Diffstat (limited to 'opaque.c')
-rw-r--r--opaque.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opaque.c b/opaque.c
index 6acaa63..c63919f 100644
--- a/opaque.c
+++ b/opaque.c
@@ -40,7 +40,7 @@ int read_opaque(struct flashctx *flash, uint8_t *buf, unsigned int start, unsign
return flash->pgm->opaque.read(flash, buf, start, len);
}
-int write_opaque(struct flashctx *flash, uint8_t *buf, unsigned int start, unsigned int len)
+int write_opaque(struct flashctx *flash, const uint8_t *buf, unsigned int start, unsigned int len)
{
return flash->pgm->opaque.write(flash, buf, start, len);
}
OpenPOWER on IntegriCloud