data tye consistence
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1487 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user