2 * Raspberry Pi emulation (c) 2012 Gregory Estrade
3 * This code is licensed under the GNU GPLv2 and later.
6 #ifndef BCM2835_VCHIQ_H
7 #define BCM2835_VCHIQ_H
11 #define TYPE_BCM2835_VCHIQ "bcm2835_vchiq"
12 #define BCM2835_VCHIQ(obj) \
13 OBJECT_CHECK(BCM2835VchiqState, (obj), TYPE_BCM2835_VCHIQ)