diff options
Diffstat (limited to 'util/flashrom/w49f002u.h')
-rw-r--r-- | util/flashrom/w49f002u.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/w49f002u.h b/util/flashrom/w49f002u.h index 29320b7cef..1ea8377c66 100644 --- a/util/flashrom/w49f002u.h +++ b/util/flashrom/w49f002u.h @@ -1,6 +1,6 @@ #ifndef __W49F002U_H__ #define __W49F002U_H__ 1 -extern int write_49f002(struct flashchip *flash, unsigned char *buf); +extern int write_49f002(struct flashchip *flash, uint8_t *buf); #endif /* !__W49F002U_H__ */ |