mips_cmgcr.c (489ef4c810033e63af570c8a430af8b9858bfa5f) | mips_cmgcr.c (03dd024ff57733a55cd2e455f361d053c81b1b29) |
---|---|
1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. 7 * Authors: Sanjay Lal <sanjayl@kymasys.com> 8 * 9 * Copyright (C) 2015 Imagination Technologies 10 */ 11 12#include "qemu/osdep.h" 13#include "qapi/error.h" | 1/* 2 * This file is subject to the terms and conditions of the GNU General Public 3 * License. See the file "COPYING" in the main directory of this archive 4 * for more details. 5 * 6 * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. 7 * Authors: Sanjay Lal <sanjayl@kymasys.com> 8 * 9 * Copyright (C) 2015 Imagination Technologies 10 */ 11 12#include "qemu/osdep.h" 13#include "qapi/error.h" |
14#include "qemu/log.h" |
|
14#include "hw/hw.h" 15#include "hw/sysbus.h" 16#include "sysemu/sysemu.h" 17#include "hw/misc/mips_cmgcr.h" 18#include "hw/misc/mips_cpc.h" 19 20static inline bool is_cpc_connected(MIPSGCRState *s) 21{ --- 139 unchanged lines hidden --- | 15#include "hw/hw.h" 16#include "hw/sysbus.h" 17#include "sysemu/sysemu.h" 18#include "hw/misc/mips_cmgcr.h" 19#include "hw/misc/mips_cpc.h" 20 21static inline bool is_cpc_connected(MIPSGCRState *s) 22{ --- 139 unchanged lines hidden --- |