blob: fa44a07a5deff10969a7228a4404852501220b9e [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-or-later */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * OMAP2+ MPU WD_TIMER-specific function prototypes
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00004 */
5
6#ifndef __ARCH_ARM_MACH_OMAP2_WD_TIMER_H
7#define __ARCH_ARM_MACH_OMAP2_WD_TIMER_H
8
9#include "omap_hwmod.h"
10
11extern int omap2_wd_timer_disable(struct omap_hwmod *oh);
12extern int omap2_wd_timer_reset(struct omap_hwmod *oh);
13
14#endif