1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * intel-mid_wdt: generic Intel MID SCU watchdog driver
5 * Copyright (C) 2014 Intel Corporation. All rights reserved.
9 #ifndef __INTEL_MID_WDT_H__
10 #define __INTEL_MID_WDT_H__
12 #include <linux/platform_device.h>
14 struct intel_mid_wdt_pdata {
16 int (*probe)(struct platform_device *pdev);
19 #endif /*__INTEL_MID_WDT_H__*/