diff options
Diffstat (limited to 'util/flashrom/am29f040b.h')
-rw-r--r-- | util/flashrom/am29f040b.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/am29f040b.h b/util/flashrom/am29f040b.h index 08c6c92fae..99efb67400 100644 --- a/util/flashrom/am29f040b.h +++ b/util/flashrom/am29f040b.h @@ -3,6 +3,6 @@ extern int probe_29f040b(struct flashchip *flash); extern int erase_29f040b(struct flashchip *flash); -extern int write_29f040b(struct flashchip *flash, unsigned char *buf); +extern int write_29f040b(struct flashchip *flash, uint8_t *buf); #endif /* !__AM29F040B_H__ */ |