Linux 4.13.16
[linux/fpc-iii.git] / include / linux / platform_data / intel-mid_wdt.h
blobb98253466ace798f65a9a168cc3af023b7e1b095
1 /*
2 * intel-mid_wdt: generic Intel MID SCU watchdog driver
4 * Copyright (C) 2014 Intel Corporation. All rights reserved.
5 * Contact: David Cohen <david.a.cohen@linux.intel.com>
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of version 2 of the GNU General
9 * Public License as published by the Free Software Foundation.
12 #ifndef __INTEL_MID_WDT_H__
13 #define __INTEL_MID_WDT_H__
15 #include <linux/platform_device.h>
17 struct intel_mid_wdt_pdata {
18 int irq;
19 int (*probe)(struct platform_device *pdev);
22 #endif /*__INTEL_MID_WDT_H__*/