diff options
| author | Sergey Kambalin <serg.oker@gmail.com> | 2024-02-25 18:02:20 -0600 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2024-02-27 13:01:42 +0000 |
| commit | 7d04d630ba7ada8a9530d8c45f4b0840f557bf31 (patch) | |
| tree | 31b5c650bf35746bba3b3e6bde349d48f67c900a /include/hw/arm/bcm2836.h | |
| parent | f932093ae165ac9abfbded10510ff5c891d44ec3 (diff) | |
| download | focaccia-qemu-7d04d630ba7ada8a9530d8c45f4b0840f557bf31.tar.gz focaccia-qemu-7d04d630ba7ada8a9530d8c45f4b0840f557bf31.zip | |
hw/arm/bcm2853_peripherals: Split out common part of peripherals
Pre-setup for BCM2838 introduction Signed-off-by: Sergey Kambalin <sergey.kambalin@auriga.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20240226000259.2752893-3-sergey.kambalin@auriga.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/arm/bcm2836.h')
| -rw-r--r-- | include/hw/arm/bcm2836.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hw/arm/bcm2836.h b/include/hw/arm/bcm2836.h index 5a6717ca91..918fb3bf14 100644 --- a/include/hw/arm/bcm2836.h +++ b/include/hw/arm/bcm2836.h @@ -64,6 +64,7 @@ struct BCM283XState { BCM2835PeripheralState peripherals; }; -bool bcm283x_common_realize(DeviceState *dev, Error **errp); +bool bcm283x_common_realize(DeviceState *dev, BCMSocPeripheralBaseState *ps, + Error **errp); #endif /* BCM2836_H */ |