Changeset 3602 for trunk/util/flashrom/flash.h
- Timestamp:
- 09/26/08 15:19:02 (3 months ago)
- Files:
-
- 1 modified
-
trunk/util/flashrom/flash.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/flashrom/flash.h
r3431 r3602 436 436 int write_29f040b(struct flashchip *flash, uint8_t *buf); 437 437 438 /* en29f002a.c */ 439 int probe_en29f002a(struct flashchip *flash); 440 int erase_en29f002a(struct flashchip *flash); 441 int write_en29f002a(struct flashchip *flash, uint8_t *buf); 442 438 443 /* ichspi.c */ 439 444 int ich_spi_command(unsigned int writecnt, unsigned int readcnt, const unsigned char *writearr, unsigned char *readarr);
