wdt_ib700.c (0c28d0d07fbcd7aa44d231241d444d00882256e2) | wdt_ib700.c (0430891ce162b986c6e02a7729a942ecd2a32ca4) |
---|---|
1/* 2 * Virtual hardware watchdog. 3 * 4 * Copyright (C) 2009 Red Hat Inc. 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version 2 --- 5 unchanged lines hidden (view full) --- 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 * 19 * By Richard W.M. Jones (rjones@redhat.com). 20 */ 21 | 1/* 2 * Virtual hardware watchdog. 3 * 4 * Copyright (C) 2009 Red Hat Inc. 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version 2 --- 5 unchanged lines hidden (view full) --- 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 * 19 * By Richard W.M. Jones (rjones@redhat.com). 20 */ 21 |
22#include "qemu/osdep.h" |
|
22#include "qemu-common.h" 23#include "qemu/timer.h" 24#include "sysemu/watchdog.h" 25#include "hw/hw.h" 26#include "hw/isa/isa.h" 27#include "hw/i386/pc.h" 28 29/*#define IB700_DEBUG 1*/ --- 127 unchanged lines hidden --- | 23#include "qemu-common.h" 24#include "qemu/timer.h" 25#include "sysemu/watchdog.h" 26#include "hw/hw.h" 27#include "hw/isa/isa.h" 28#include "hw/i386/pc.h" 29 30/*#define IB700_DEBUG 1*/ --- 127 unchanged lines hidden --- |