diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-29 14:19:16 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-29 14:19:16 +0000 |
commit | c580d92b0e7da1277c0ea9934a9bf8335dbbf46e (patch) | |
tree | e3133dddcd7d069b8cd46bf90d4c0febb254428f /hw/flash.h | |
parent | eae473c187de4088c975b8dd08f9284fb7993a1a (diff) |
Fill in WLAN and BT platform data in CAL area as expected by Maemo.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4968 c046a42c-6fe2-441c-8c8c-71466251a162
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 { |