diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/itco_wdt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/platform_data/itco_wdt.h b/include/linux/platform_data/itco_wdt.h index f16542c77ff7..0e95527edf25 100644 --- a/include/linux/platform_data/itco_wdt.h +++ b/include/linux/platform_data/itco_wdt.h | |||
| @@ -14,6 +14,10 @@ | |||
| 14 | struct itco_wdt_platform_data { | 14 | struct itco_wdt_platform_data { |
| 15 | char name[32]; | 15 | char name[32]; |
| 16 | unsigned int version; | 16 | unsigned int version; |
| 17 | /* private data to be passed to update_no_reboot_bit API */ | ||
| 18 | void *no_reboot_priv; | ||
| 19 | /* pointer for platform specific no reboot update function */ | ||
| 20 | int (*update_no_reboot_bit)(void *priv, bool set); | ||
| 17 | }; | 21 | }; |
| 18 | 22 | ||
| 19 | #endif /* _ITCO_WDT_H_ */ | 23 | #endif /* _ITCO_WDT_H_ */ |
