mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
AspeedGPIOClass's parent is SysBusDeviceClass rather than SysBusDevice.
This isn't catastrophic only because sizeof(SysBusDevice) >
sizeof(SysBusDeviceClass).
Fixes:
|
||
|---|---|---|
| .. | ||
| aspeed_gpio.h | ||
| bcm2835_gpio.h | ||
| bcm2838_gpio.h | ||
| imx_gpio.h | ||
| npcm7xx_gpio.h | ||
| nrf51_gpio.h | ||
| pca9552.h | ||
| pca9552_regs.h | ||
| pca9554.h | ||
| pca9554_regs.h | ||
| pcf8574.h | ||
| sifive_gpio.h | ||
| stm32l4x5_gpio.h | ||