Changeset 1474 for trunk/sb600spi.c
- Timestamp:
- Dec 18, 2011 4:01:24 PM (18 months ago)
- File:
-
- 1 edited
-
trunk/sb600spi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sb600spi.c
r1422 r1474 89 89 } 90 90 91 static int sb600_spi_send_command(unsigned int writecnt, unsigned int readcnt, 92 const unsigned char *writearr, unsigned char *readarr) 91 static int sb600_spi_send_command(struct flashctx *flash, unsigned int writecnt, 92 unsigned int readcnt, 93 const unsigned char *writearr, 94 unsigned char *readarr) 93 95 { 94 96 int count;
Note: See TracChangeset
for help on using the changeset viewer.
