2 * Raspberry Pi emulation (c) 2012 Gregory Estrade
3 * This code is licensed under the GNU GPLv2 and later.
9 #include "bcm2835_mbox_defs.h"
10 #include "hw/sysbus.h"
11 #include "exec/address-spaces.h"
13 #define TYPE_BCM2835_MBOX "bcm2835-mbox"
14 #define BCM2835_MBOX(obj) \
15 OBJECT_CHECK(BCM2835MboxState, (obj), TYPE_BCM2835_MBOX)
18 uint32_t reg
[MBOX_SIZE
];
28 MemoryRegion
*mbox_mr
;
33 bool mbox_irq_disabled
;
34 bool available
[MBOX_CHAN_COUNT
];