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
{
19 int (*probe
)(struct platform_device
*pdev
);
22 #endif /*__INTEL_MID_WDT_H__*/