2 * Raspberry Pi emulation (c) 2012 Gregory Estrade
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
5 * See the COPYING file in the top-level directory.
8 #ifndef BCM2835_PROPERTY_H
9 #define BCM2835_PROPERTY_H
11 #include "hw/sysbus.h"
13 #include "hw/display/bcm2835_fb.h"
14 #include "hw/nvram/bcm2835_otp.h"
15 #include "qom/object.h"
17 #define TYPE_BCM2835_PROPERTY "bcm2835-property"
18 OBJECT_DECLARE_SIMPLE_TYPE(BCM2835PropertyState
, BCM2835_PROPERTY
)
20 struct BCM2835PropertyState
{
29 BCM2835FBState
*fbdev
;