summaryrefslogtreecommitdiffstats
path: root/jedec.h
diff options
context:
space:
mode:
authorOllie Lho <ollie@sis.com.tw>2004-03-22 22:19:17 +0000
committerOllie Lho <ollie@sis.com.tw>2004-03-22 22:19:17 +0000
commit070647d114d767a3b31df2659fd351047d6eee61 (patch)
tree99ce48e5885eb126d77df1560bfa91a0f3aa3fdd /jedec.h
parent3a3dea72604bc59bf44eeaa23b06fc21a7093bbc (diff)
downloadast2050-flashrom-070647d114d767a3b31df2659fd351047d6eee61.zip
ast2050-flashrom-070647d114d767a3b31df2659fd351047d6eee61.tar.gz
More jedec standard consolidation
Corresponding to flashrom svn r18 and coreboot v2 svn r1464.
Diffstat (limited to 'jedec.h')
-rw-r--r--jedec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jedec.h b/jedec.h
index 1751b29..4a86913 100644
--- a/jedec.h
+++ b/jedec.h
@@ -5,7 +5,7 @@ extern int probe_jedec(struct flashchip *flash);
extern int erase_chip_jedec(struct flashchip *flash);
extern int write_jedec(struct flashchip *flash, unsigned char *buf);
extern int erase_sector_jedec(volatile char *bios, unsigned int page);
-extern int write_sector_jedec(volatile char *bios,
+extern int write_sector_jedec(volatile unsigned char *bios,
unsigned char *src,
volatile unsigned char *dst,
unsigned int page_size);
OpenPOWER on IntegriCloud