Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux-2.6-microblaze.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 */