ipoctal232.c (895527eea5e57695f76c5e41def531d7f1d80917) | ipoctal232.c (0430891ce162b986c6e02a7729a942ecd2a32ca4) |
---|---|
1/* 2 * QEMU GE IP-Octal 232 IndustryPack emulation 3 * 4 * Copyright (C) 2012 Igalia, S.L. 5 * Author: Alberto Garcia <agarcia@igalia.com> 6 * 7 * This code is licensed under the GNU GPL v2 or (at your option) any 8 * later version. 9 */ 10 | 1/* 2 * QEMU GE IP-Octal 232 IndustryPack emulation 3 * 4 * Copyright (C) 2012 Igalia, S.L. 5 * Author: Alberto Garcia <agarcia@igalia.com> 6 * 7 * This code is licensed under the GNU GPL v2 or (at your option) any 8 * later version. 9 */ 10 |
11#include "qemu/osdep.h" |
|
11#include "hw/ipack/ipack.h" 12#include "qemu/bitops.h" 13#include "sysemu/char.h" 14 15/* #define DEBUG_IPOCTAL */ 16 17#ifdef DEBUG_IPOCTAL 18#define DPRINTF2(fmt, ...) \ --- 585 unchanged lines hidden --- | 12#include "hw/ipack/ipack.h" 13#include "qemu/bitops.h" 14#include "sysemu/char.h" 15 16/* #define DEBUG_IPOCTAL */ 17 18#ifdef DEBUG_IPOCTAL 19#define DPRINTF2(fmt, ...) \ --- 585 unchanged lines hidden --- |