diff options
Diffstat (limited to 'hw/flash.h')
-rw-r--r-- | hw/flash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/flash.h b/hw/flash.h index b56c77dee3..faba93d7e1 100644 --- a/hw/flash.h +++ b/hw/flash.h @@ -39,6 +39,7 @@ uint8_t nand_getio(struct nand_flash_s *s); void onenand_base_update(void *opaque, target_phys_addr_t new); void onenand_base_unmap(void *opaque); void *onenand_init(uint32_t id, int regshift, qemu_irq irq); +void *onenand_raw_otp(void *opaque); /* ecc.c */ struct ecc_state_s { |