]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - include/linux/stmp3xxx_rtc_wdt.h
Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-hirsute-kernel.git] / include / linux / stmp3xxx_rtc_wdt.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * stmp3xxx_rtc_wdt.h
4 *
5 * Copyright (C) 2011 Wolfram Sang, Pengutronix e.K.
6 */
7 #ifndef __LINUX_STMP3XXX_RTC_WDT_H
8 #define __LINUX_STMP3XXX_RTC_WDT_H
9
10 struct stmp3xxx_wdt_pdata {
11 void (*wdt_set_timeout)(struct device *dev, u32 timeout);
12 };
13
14 #endif /* __LINUX_STMP3XXX_RTC_WDT_H */