| Index: chipdrivers.h
|
| diff --git a/chipdrivers.h b/chipdrivers.h
|
| index fb251fed316b4fe595791bf7504f90f3800a9c1d..7e9fe8b08fa8c0de0d8934b0b43f5efbc152707c 100644
|
| --- a/chipdrivers.h
|
| +++ b/chipdrivers.h
|
| @@ -137,4 +137,7 @@ int erase_sector_stm50flw0x0x(struct flashchip *flash, unsigned int block, unsig
|
| int erase_chip_stm50flw0x0x(struct flashchip *flash, unsigned int addr, unsigned int blocklen);
|
| int unlock_stm50flw0x0x(struct flashchip *flash);
|
|
|
| +/* dummyflasher.c */
|
| +int probe_variable_size(struct flashchip *flash);
|
| +
|
| #endif /* !__CHIPDRIVERS_H__ */
|
|
|