From a5d412078b8e7478d81df03710eacc7a21096ba2 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Mon, 10 May 2010 18:37:10 -0700 Subject: Upstream: Replace sys-queue.h with qemu-queue.h Change-Id: I5c51f54a7fe2ea702420429bbf0c789ed6d8c534 --- hw/watchdog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/watchdog.h') diff --git a/hw/watchdog.h b/hw/watchdog.h index c2b2b36..77b9965 100644 --- a/hw/watchdog.h +++ b/hw/watchdog.h @@ -36,7 +36,7 @@ extern void wdt_ib700_init(void); #define WDT_NONE 6 /* Do nothing. */ struct WatchdogTimerModel { - LIST_ENTRY(WatchdogTimerModel) entry; + QLIST_ENTRY(WatchdogTimerModel) entry; /* Short name of the device - used to select it on the command line. */ const char *wdt_name; -- cgit v1.1