From 355cbfdbef1fbd41b635a5b92195689fd4d3c0b1 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Sat, 28 May 2011 02:37:14 +0000 Subject: Small fixes - missing spaces in code and output - improved documentation/naming/output - missing line breaks in spi probing functions Corresponding to flashrom svn r1321. Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner --- flash.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flash.h') diff --git a/flash.h b/flash.h index 7086e01aa..5ce7e87d4 100644 --- a/flash.h +++ b/flash.h @@ -136,6 +136,8 @@ struct flashchip { unsigned int size; /* Eraseblock size */ unsigned int count; /* Number of contiguous blocks with that size */ } eraseblocks[NUM_ERASEREGIONS]; + /* a block_erase function should try to erase one block of size + * 'blocklen' at address 'blockaddr' and return 0 on success. */ int (*block_erase) (struct flashchip *flash, unsigned int blockaddr, unsigned int blocklen); } block_erasers[NUM_ERASEFUNCTIONS]; -- cgit v1.2.3