mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Remove a local subpage IO hack, now that general subpage IO works.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2885 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
4f01035ff2
commit
2a1639291b
2 changed files with 21 additions and 41 deletions
2
hw/pxa.h
2
hw/pxa.h
|
@ -117,7 +117,7 @@ void pxa2xx_ssp_attach(struct pxa2xx_ssp_s *port,
|
|||
|
||||
struct pxa2xx_i2c_s;
|
||||
struct pxa2xx_i2c_s *pxa2xx_i2c_init(target_phys_addr_t base,
|
||||
qemu_irq irq, int ioregister);
|
||||
qemu_irq irq, uint32_t page_size);
|
||||
i2c_bus *pxa2xx_i2c_bus(struct pxa2xx_i2c_s *s);
|
||||
|
||||
struct pxa2xx_i2s_s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue