Revision 72cf2d4f hw/watchdog.h

b/hw/watchdog.h
23 23
#define QEMU_WATCHDOG_H
24 24

  
25 25
struct WatchdogTimerModel {
26
    LIST_ENTRY(WatchdogTimerModel) entry;
26
    QLIST_ENTRY(WatchdogTimerModel) entry;
27 27

  
28 28
    /* Short name of the device - used to select it on the command line. */
29 29
    const char *wdt_name;

Also available in: Unified diff