From 5a56d51d54a0b1c119e5f9f8d913b625843ed985 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Sat, 27 Mar 2004 00:31:03 +0000 Subject: data tye consistence git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1487 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flash_and_burn/jedec.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'util/flash_and_burn/jedec.h') diff --git a/util/flash_and_burn/jedec.h b/util/flash_and_burn/jedec.h index 5e7bf2e135..756605e0b5 100644 --- a/util/flash_and_burn/jedec.h +++ b/util/flash_and_burn/jedec.h @@ -4,9 +4,8 @@ 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 unsigned char *bios, - unsigned char *src, +extern int erase_sector_jedec(volatile unsigned char *bios, unsigned int page); +extern int write_sector_jedec(volatile unsigned char *bios, unsigned char *src, volatile unsigned char *dst, unsigned int page_size); -- cgit v1.2.3