diff options
Diffstat (limited to 'include/hw/block')
-rw-r--r-- | include/hw/block/flash.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hw/block/flash.h b/include/hw/block/flash.h index 7198953..de93756 100644 --- a/include/hw/block/flash.h +++ b/include/hw/block/flash.h @@ -76,4 +76,8 @@ uint8_t ecc_digest(ECCState *s, uint8_t sample); void ecc_reset(ECCState *s); extern const VMStateDescription vmstate_ecc_state; +/* m25p80.c */ + +BlockBackend *m25p80_get_blk(DeviceState *dev); + #endif |