blob: fa44a07a5deff10969a7228a4404852501220b9e [file] [log] [blame]
Thomas Gleixner2874c5f2019-05-27 08:55:01 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Paul Walmsley81fbc5ef2010-12-21 19:56:17 -07002/*
3 * OMAP2+ MPU WD_TIMER-specific function prototypes
Paul Walmsley81fbc5ef2010-12-21 19:56:17 -07004 */
5
6#ifndef __ARCH_ARM_MACH_OMAP2_WD_TIMER_H
7#define __ARCH_ARM_MACH_OMAP2_WD_TIMER_H
8
Tony Lindgren2a296c82012-10-02 17:41:35 -07009#include "omap_hwmod.h"
Paul Walmsley81fbc5ef2010-12-21 19:56:17 -070010
11extern int omap2_wd_timer_disable(struct omap_hwmod *oh);
Kevin Hilman414e4122012-05-08 11:34:30 -060012extern int omap2_wd_timer_reset(struct omap_hwmod *oh);
Paul Walmsley81fbc5ef2010-12-21 19:56:17 -070013
14#endif