summaryrefslogtreecommitdiff
path: root/hw/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/watchdog.h')
-rw-r--r--hw/watchdog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/watchdog.h b/hw/watchdog.h
index 8c54fa41fd..330062c85f 100644
--- a/hw/watchdog.h
+++ b/hw/watchdog.h
@@ -23,7 +23,7 @@
#define QEMU_WATCHDOG_H
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;