]> Git Repo - qemu.git/blobdiff - hw/intc/bcm2836_control.c
hw/intc/arm_gicv3: Fix secure-GIC NS ICC_PMR and ICC_RPR accesses
[qemu.git] / hw / intc / bcm2836_control.c
index ad622aa99fec47fae92e8a749cd73e00ab89541b..cfa5bc736595548aaff0445ffaa8fd982d8e3ddc 100644 (file)
@@ -13,7 +13,9 @@
  * https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2836/QA7_rev3.4.pdf
  */
 
+#include "qemu/osdep.h"
 #include "hw/intc/bcm2836_control.h"
+#include "qemu/log.h"
 
 #define REG_GPU_ROUTE           0x0c
 #define REG_TIMERCONTROL        0x40
This page took 0.024491 seconds and 4 git commands to generate.