diff options
Diffstat (limited to 'hw/watchdog.h')
-rw-r--r-- | hw/watchdog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/watchdog.h b/hw/watchdog.h index 8c54fa4..330062c 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; |