wdt_i6300esb.c (690b286fefa806f130dfc1931b5ba0b4dd2fb415) | wdt_i6300esb.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 <inttypes.h> | 22#include "qemu/osdep.h" |
23 24#include "qemu-common.h" 25#include "qemu/timer.h" 26#include "sysemu/watchdog.h" 27#include "hw/hw.h" 28#include "hw/pci/pci.h" 29 30/*#define I6300ESB_DEBUG 1*/ --- 435 unchanged lines hidden --- | 23 24#include "qemu-common.h" 25#include "qemu/timer.h" 26#include "sysemu/watchdog.h" 27#include "hw/hw.h" 28#include "hw/pci/pci.h" 29 30/*#define I6300ESB_DEBUG 1*/ --- 435 unchanged lines hidden --- |