]> Git Repo - linux.git/blob - include/linux/platform_data/intel-mid_wdt.h
arm64: avoid prototype warnings for syscalls
[linux.git] / include / linux / platform_data / 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 __INTEL_MID_WDT_H__
10 #define __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 /*__INTEL_MID_WDT_H__*/
This page took 0.033355 seconds and 4 git commands to generate.