![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * stmp3xxx_rtc_wdt.h 0004 * 0005 * Copyright (C) 2011 Wolfram Sang, Pengutronix e.K. 0006 */ 0007 #ifndef __LINUX_STMP3XXX_RTC_WDT_H 0008 #define __LINUX_STMP3XXX_RTC_WDT_H 0009 0010 struct stmp3xxx_wdt_pdata { 0011 void (*wdt_set_timeout)(struct device *dev, u32 timeout); 0012 }; 0013 0014 #endif /* __LINUX_STMP3XXX_RTC_WDT_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |