mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/arm/bcm2838_peripherals: Add clock_isp stub
Signed-off-by: Sergey Kambalin <sergey.kambalin@auriga.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
bd41b27508
commit
d8a57715bb
2 changed files with 7 additions and 0 deletions
|
@ -71,6 +71,7 @@ struct BCM2838PeripheralState {
|
|||
OrIRQState dma_9_10_irq_orgate;
|
||||
|
||||
UnimplementedDeviceState asb;
|
||||
UnimplementedDeviceState clkisp;
|
||||
};
|
||||
|
||||
struct BCM2838PeripheralClass {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue