]> Git Repo - linux.git/blob - include/linux/platform_data/x86/intel-mid_wdt.h
Linux 6.14-rc3
[linux.git] / include / linux / platform_data / x86 / intel-mid_wdt.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *      intel-mid_wdt: generic Intel MID SCU watchdog driver
4  *
5  *      Copyright (C) 2014 Intel Corporation. All rights reserved.
6  *      Contact: David Cohen <[email protected]>
7  */
8
9 #ifndef __PLATFORM_X86_INTEL_MID_WDT_H_
10 #define __PLATFORM_X86_INTEL_MID_WDT_H_
11
12 #include <linux/platform_device.h>
13
14 struct intel_mid_wdt_pdata {
15         int irq;
16         int (*probe)(struct platform_device *pdev);
17 };
18
19 #endif  /* __PLATFORM_X86_INTEL_MID_WDT_H_ */
This page took 0.035561 seconds and 4 git commands to generate.