2 * Raspberry Pi emulation (c) 2012 Gregory Estrade
3 * This code is licensed under the GNU GPLv2 and later.
11 #define TYPE_BCM2835_IC "bcm2835_ic"
12 #define BCM2835_IC(obj) OBJECT_CHECK(BCM2835IcState, (obj), TYPE_BCM2835_IC)
14 typedef struct BCM2835IcState
{
19 uint32_t irq_enable
[3];