mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
55716d2643
Based on 1 normalized pattern(s): this file is released under the gplv2 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 68 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Armijn Hemel <armijn@tjaldur.nl> Reviewed-by: Allison Randal <allison@lohutok.net> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190531190114.292346262@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 lines
331 B
C
15 lines
331 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* stmp3xxx_rtc_wdt.h
|
|
*
|
|
* Copyright (C) 2011 Wolfram Sang, Pengutronix e.K.
|
|
*/
|
|
#ifndef __LINUX_STMP3XXX_RTC_WDT_H
|
|
#define __LINUX_STMP3XXX_RTC_WDT_H
|
|
|
|
struct stmp3xxx_wdt_pdata {
|
|
void (*wdt_set_timeout)(struct device *dev, u32 timeout);
|
|
};
|
|
|
|
#endif /* __LINUX_STMP3XXX_RTC_WDT_H */
|