bcm2835_peripherals.c (7bc8f9734213b76e76631a483be13d6737c2adbc) | bcm2835_peripherals.c (6111a0c0eddf320a0702c3fde17c61bb3dd02963) |
---|---|
1/* 2 * Raspberry Pi emulation (c) 2012 Gregory Estrade 3 * Upstreaming code cleanup [including bcm2835_*] (c) 2013 Jan Petrous 4 * 5 * Rasperry Pi 2 emulation and refactoring Copyright (c) 2015, Microsoft 6 * Written by Andrew Baumann 7 * | 1/* 2 * Raspberry Pi emulation (c) 2012 Gregory Estrade 3 * Upstreaming code cleanup [including bcm2835_*] (c) 2013 Jan Petrous 4 * 5 * Rasperry Pi 2 emulation and refactoring Copyright (c) 2015, Microsoft 6 * Written by Andrew Baumann 7 * |
8 * This code is licensed under the GNU GPLv2 and later. | 8 * This work is licensed under the terms of the GNU GPL, version 2 or later. 9 * See the COPYING file in the top-level directory. |
9 */ 10 11#include "qemu/osdep.h" 12#include "qapi/error.h" 13#include "qemu/module.h" 14#include "hw/arm/bcm2835_peripherals.h" 15#include "hw/misc/bcm2835_mbox_defs.h" 16#include "hw/arm/raspi_platform.h" --- 391 unchanged lines hidden --- | 10 */ 11 12#include "qemu/osdep.h" 13#include "qapi/error.h" 14#include "qemu/module.h" 15#include "hw/arm/bcm2835_peripherals.h" 16#include "hw/misc/bcm2835_mbox_defs.h" 17#include "hw/arm/raspi_platform.h" --- 391 unchanged lines hidden --- |