提交 8ef94f0b 编写于 作者: P Peter Maydell

arm: Clean up includes

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.
Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
Message-id: 1453832250-766-13-git-send-email-peter.maydell@linaro.org
上级 e2e5e114
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
/* Start of qemu specific additions. Mostly this is stub definitions /* Start of qemu specific additions. Mostly this is stub definitions
for things we don't care about. */ for things we don't care about. */
#include "qemu/osdep.h"
#include "disas/bfd.h" #include "disas/bfd.h"
#define ATTRIBUTE_UNUSED __attribute__((unused)) #define ATTRIBUTE_UNUSED __attribute__((unused))
#define ISSPACE(x) ((x) == ' ' || (x) == '\t' || (x) == '\n') #define ISSPACE(x) ((x) == ' ' || (x) == '\t' || (x) == '\n')
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "hw/char/cadence_uart.h" #include "hw/char/cadence_uart.h"
#ifdef CADENCE_UART_ERR_DEBUG #ifdef CADENCE_UART_ERR_DEBUG
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
* *
*/ */
#include "qemu/osdep.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "sysemu/char.h" #include "sysemu/char.h"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
* *
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
* is a real serial device. * is a real serial device.
*/ */
#include "qemu/osdep.h"
#include "hw/char/imx_serial.h" #include "hw/char/imx_serial.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "sysemu/char.h" #include "sysemu/char.h"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* This code is licensed under the GPL. * This code is licensed under the GPL.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "sysemu/char.h" #include "sysemu/char.h"
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "qemu-common.h" #include "qemu-common.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "ui/console.h" #include "ui/console.h"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* This code is licensed under the GNU LGPL * This code is licensed under the GNU LGPL
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "ui/console.h" #include "ui/console.h"
#include "framebuffer.h" #include "framebuffer.h"
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
* GNU GPL, version 2 or (at your option) any later version. * GNU GPL, version 2 or (at your option) any later version.
*/ */
#include "qemu/osdep.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "ui/console.h" #include "ui/console.h"
#include "hw/arm/pxa.h" #include "hw/arm/pxa.h"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* This code is licensed under the GPL. * This code is licensed under the GPL.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "exec/address-spaces.h" #include "exec/address-spaces.h"
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "sysemu/dma.h" #include "sysemu/dma.h"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
* This code is licensed under the GPL. * This code is licensed under the GPL.
*/ */
#include "qemu/osdep.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/arm/pxa.h" #include "hw/arm/pxa.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "hw/gpio/imx_gpio.h" #include "hw/gpio/imx_gpio.h"
#ifndef DEBUG_IMX_GPIO #ifndef DEBUG_IMX_GPIO
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
* This code is licensed under the GPL. * This code is licensed under the GPL.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
//#define DEBUG_PL061 1 //#define DEBUG_PL061 1
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* *
*/ */
#include "qemu/osdep.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "hw/i2c/i2c.h" #include "hw/i2c/i2c.h"
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
* *
*/ */
#include "qemu/osdep.h"
#include "hw/i2c/imx_i2c.h" #include "hw/i2c/imx_i2c.h"
#include "hw/i2c/i2c.h" #include "hw/i2c/i2c.h"
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
* *
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "bitbang_i2c.h" #include "bitbang_i2c.h"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* This code is licensed under the GPL. * This code is licensed under the GPL.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "hw/input/ps2.h" #include "hw/input/ps2.h"
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
* GNU GPL, version 2 or (at your option) any later version. * GNU GPL, version 2 or (at your option) any later version.
*/ */
#include "qemu/osdep.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/arm/pxa.h" #include "hw/arm/pxa.h"
#include "ui/console.h" #include "ui/console.h"
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
* *
* This code is licensed under the GPL. * This code is licensed under the GPL.
*/ */
#include "qemu/osdep.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/devices.h" #include "hw/devices.h"
#include "ui/console.h" #include "ui/console.h"
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
* for more details. * for more details.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "hw/devices.h" #include "hw/devices.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
* armv7m_nvic device. * armv7m_nvic device.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "gic_internal.h" #include "gic_internal.h"
#include "qom/cpu.h" #include "qom/cpu.h"
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "gic_internal.h" #include "gic_internal.h"
#include "hw/arm/linux-boot-if.h" #include "hw/arm/linux-boot-if.h"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "migration/migration.h" #include "migration/migration.h"
#include "sysemu/kvm.h" #include "sysemu/kvm.h"
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
* identification registers and with a single non-secure MSI register frame. * identification registers and with a single non-secure MSI register frame.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "hw/pci/msi.h" #include "hw/pci/msi.h"
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "hw/intc/arm_gicv3_common.h" #include "hw/intc/arm_gicv3_common.h"
static void gicv3_pre_save(void *opaque) static void gicv3_pre_save(void *opaque)
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "hw/intc/arm_gicv3_common.h" #include "hw/intc/arm_gicv3_common.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "sysemu/kvm.h" #include "sysemu/kvm.h"
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
* NVIC. Much of that is also implemented here. * NVIC. Much of that is also implemented here.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "hw/arm/arm.h" #include "hw/arm/arm.h"
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
* IRQs are passed to GIC through Combiner. * IRQs are passed to GIC through Combiner.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "hw/arm/exynos4210.h" #include "hw/arm/exynos4210.h"
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "qemu-common.h" #include "qemu-common.h"
#include "hw/irq.h" #include "hw/irq.h"
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
* TODO: implement vectors. * TODO: implement vectors.
*/ */
#include "qemu/osdep.h"
#include "hw/intc/imx_avic.h" #include "hw/intc/imx_avic.h"
#ifndef DEBUG_IMX_AVIC #ifndef DEBUG_IMX_AVIC
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* This code is licensed under the GPL. * This code is licensed under the GPL.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
/* The number of virtual priority levels. 16 user vectors plus the /* The number of virtual priority levels. 16 user vectors plus the
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* This code is licensed under the GPL. * This code is licensed under the GPL.
*/ */
#include "qemu/osdep.h"
#include "hw/intc/realview_gic.h" #include "hw/intc/realview_gic.h"
static void realview_gic_set_irq(void *opaque, int irq, int level) static void realview_gic_set_irq(void *opaque, int irq, int level)
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
* This code is licensed under the GPL. * This code is licensed under the GPL.
*/ */
#include "qemu/osdep.h"
#include "hw/misc/a9scu.h" #include "hw/misc/a9scu.h"
static uint64_t a9_scu_read(void *opaque, hwaddr offset, static uint64_t a9_scu_read(void *opaque, hwaddr offset,
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
* This code is licensed under the GPL. * This code is licensed under the GPL.
*/ */
#include "qemu/osdep.h"
#include "hw/misc/arm11scu.h" #include "hw/misc/arm11scu.h"
static uint64_t mpcore_scu_read(void *opaque, hwaddr offset, static uint64_t mpcore_scu_read(void *opaque, hwaddr offset,
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
* uses PMU INFORM5 register as a holding pen. * uses PMU INFORM5 register as a holding pen.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#ifndef DEBUG_PMU #ifndef DEBUG_PMU
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
* the CCM. * the CCM.
*/ */
#include "qemu/osdep.h"
#include "hw/misc/imx25_ccm.h" #include "hw/misc/imx25_ccm.h"
#ifndef DEBUG_IMX25_CCM #ifndef DEBUG_IMX25_CCM
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
* the i.MX31 CCM. * the i.MX31 CCM.
*/ */
#include "qemu/osdep.h"
#include "hw/misc/imx31_ccm.h" #include "hw/misc/imx31_ccm.h"
#define CKIH_FREQ 26000000 /* 26MHz crystal input */ #define CKIH_FREQ 26000000 /* 26MHz crystal input */
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
* retrieve the CCM frequencies from the various i.MX SOC. * retrieve the CCM frequencies from the various i.MX SOC.
*/ */
#include "qemu/osdep.h"
#include "hw/misc/imx_ccm.h" #include "hw/misc/imx_ccm.h"
#ifndef DEBUG_IMX_CCM #ifndef DEBUG_IMX_CCM
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "net/net.h" #include "net/net.h"
#include "qemu/fifo8.h" #include "qemu/fifo8.h"
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h"
#include <zlib.h> /* For crc32 */ #include <zlib.h> /* For crc32 */
#include "hw/net/cadence_gem.h" #include "hw/net/cadence_gem.h"
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "hw/net/imx_fec.h" #include "hw/net/imx_fec.h"
#include "sysemu/dma.h" #include "sysemu/dma.h"
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
* *
* This code is licensed under the GPL. * This code is licensed under the GPL.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "net/net.h" #include "net/net.h"
#include <zlib.h> #include <zlib.h>
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "sysemu/char.h" #include "sysemu/char.h"
#include "qemu/log.h" #include "qemu/log.h"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* This code is licensed under the LGPL. * This code is licensed under the LGPL.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "hw/pci/pci.h" #include "hw/pci/pci.h"
#include "hw/pci/pci_bus.h" #include "hw/pci/pci_bus.h"
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
* GNU GPL, version 2 or (at your option) any later version. * GNU GPL, version 2 or (at your option) any later version.
*/ */
#include "qemu/osdep.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "hw/pcmcia.h" #include "hw/pcmcia.h"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* This code is licensed under the GPL. * This code is licensed under the GPL.
*/ */
#include "qemu/osdep.h"
#include "sysemu/block-backend.h" #include "sysemu/block-backend.h"
#include "sysemu/blockdev.h" #include "sysemu/blockdev.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
* GNU GPL, version 2 or (at your option) any later version. * GNU GPL, version 2 or (at your option) any later version.
*/ */
#include "qemu/osdep.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/arm/pxa.h" #include "hw/arm/pxa.h"
#include "hw/sd/sd.h" #include "hw/sd/sd.h"
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "qemu/log.h" #include "qemu/log.h"
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "hw/ptimer.h" #include "hw/ptimer.h"
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "hw/timer/a9gtimer.h" #include "hw/timer/a9gtimer.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "qemu/bitops.h" #include "qemu/bitops.h"
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
* for more details. * for more details.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "hw/timer/allwinner-a10-pit.h" #include "hw/timer/allwinner-a10-pit.h"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "hw/timer/arm_mptimer.h" #include "hw/timer/arm_mptimer.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "qom/cpu.h" #include "qom/cpu.h"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* This code is licensed under the GPL. * This code is licensed under the GPL.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "qemu-common.h" #include "qemu-common.h"
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "qemu/timer.h" #include "qemu/timer.h"
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
* *
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "hw/ptimer.h" #include "hw/ptimer.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
......
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
* there is no way to avoid frequently events). * there is no way to avoid frequently events).
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "qemu-common.h" #include "qemu-common.h"
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
* CLKOUTEN Bit[9] not used * CLKOUTEN Bit[9] not used
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "qemu-common.h" #include "qemu-common.h"
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
* *
*/ */
#include "qemu/osdep.h"
#include "hw/timer/imx_epit.h" #include "hw/timer/imx_epit.h"
#include "hw/misc/imx_ccm.h" #include "hw/misc/imx_ccm.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
* *
*/ */
#include "qemu/osdep.h"
#include "hw/timer/imx_gpt.h" #include "hw/timer/imx_gpt.h"
#include "hw/misc/imx_ccm.h" #include "hw/misc/imx_ccm.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
* GNU GPL, version 2 or (at your option) any later version. * GNU GPL, version 2 or (at your option) any later version.
*/ */
#include "qemu/osdep.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* This code is licensed under the GPL. * This code is licensed under the GPL.
*/ */
#include "qemu/osdep.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "cpu.h" #include "cpu.h"
#include "elf.h" #include "elf.h"
#include "sysemu/dump.h" #include "sysemu/dump.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册