diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2005-11-26 21:55:36 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2005-11-26 21:55:36 +0000 |
commit | 1a4f0707bb33836953ffe90f6216ee20210cd1fa (patch) | |
tree | 72737cc64699dfdb0cbcee0be4db57ca859f74dd /util/flashrom/sst_fwhub.h | |
parent | f622d598db3a6fb7001b6b63e7184272eb19db72 (diff) |
flasrom update from Stefan, resovle issue 21
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2111 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/sst_fwhub.h')
-rw-r--r-- | util/flashrom/sst_fwhub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/sst_fwhub.h b/util/flashrom/sst_fwhub.h index eb2b364e62..66979bc082 100644 --- a/util/flashrom/sst_fwhub.h +++ b/util/flashrom/sst_fwhub.h @@ -3,6 +3,6 @@ extern int probe_sst_fwhub(struct flashchip *flash); extern int erase_sst_fwhub(struct flashchip *flash); -extern int write_sst_fwhub(struct flashchip *flash, unsigned char *buf); +extern int write_sst_fwhub(struct flashchip *flash, uint8_t *buf); #endif /* !__SST_FWHUB_H__ */ |