18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * stmp3xxx_rtc_wdt.h
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (C) 2011 Wolfram Sang, Pengutronix e.K.
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci#ifndef __LINUX_STMP3XXX_RTC_WDT_H
88c2ecf20Sopenharmony_ci#define __LINUX_STMP3XXX_RTC_WDT_H
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_cistruct stmp3xxx_wdt_pdata {
118c2ecf20Sopenharmony_ci	void (*wdt_set_timeout)(struct device *dev, u32 timeout);
128c2ecf20Sopenharmony_ci};
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#endif /* __LINUX_STMP3XXX_RTC_WDT_H */
15