bcm2835_property.c (760df0d121a836dcbf3726b80b820115aef21b30) | bcm2835_property.c (6111a0c0eddf320a0702c3fde17c61bb3dd02963) |
---|---|
1/* 2 * Raspberry Pi emulation (c) 2012 Gregory Estrade | 1/* 2 * Raspberry Pi emulation (c) 2012 Gregory Estrade |
3 * This code is licensed under the GNU GPLv2 and later. | 3 * 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. |
4 */ 5 6#include "qemu/osdep.h" 7#include "qapi/error.h" 8#include "hw/misc/bcm2835_property.h" 9#include "hw/qdev-properties.h" 10#include "migration/vmstate.h" 11#include "hw/irq.h" --- 436 unchanged lines hidden --- | 6 */ 7 8#include "qemu/osdep.h" 9#include "qapi/error.h" 10#include "hw/misc/bcm2835_property.h" 11#include "hw/qdev-properties.h" 12#include "migration/vmstate.h" 13#include "hw/irq.h" --- 436 unchanged lines hidden --- |