|
@@ -46,7 +46,7 @@ struct watchdog_ops {
|
|
unsigned int (*status)(struct watchdog_device *);
|
|
unsigned int (*status)(struct watchdog_device *);
|
|
int (*set_timeout)(struct watchdog_device *, unsigned int);
|
|
int (*set_timeout)(struct watchdog_device *, unsigned int);
|
|
unsigned int (*get_timeleft)(struct watchdog_device *);
|
|
unsigned int (*get_timeleft)(struct watchdog_device *);
|
|
- int (*restart)(struct watchdog_device *);
|
|
|
|
|
|
+ int (*restart)(struct watchdog_device *, unsigned long, void *);
|
|
long (*ioctl)(struct watchdog_device *, unsigned int, unsigned long);
|
|
long (*ioctl)(struct watchdog_device *, unsigned int, unsigned long);
|
|
};
|
|
};
|
|
|
|
|