bcm2836.h (7bc8f9734213b76e76631a483be13d6737c2adbc) | bcm2836.h (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#ifndef BCM2836_H 12#define BCM2836_H 13 14#include "hw/arm/bcm2835_peripherals.h" 15#include "hw/intc/bcm2836_control.h" 16#include "target/arm/cpu.h" --- 41 unchanged lines hidden --- | 10 */ 11 12#ifndef BCM2836_H 13#define BCM2836_H 14 15#include "hw/arm/bcm2835_peripherals.h" 16#include "hw/intc/bcm2836_control.h" 17#include "target/arm/cpu.h" --- 41 unchanged lines hidden --- |