18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * OMAP2+ MPU WD_TIMER-specific function prototypes 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef __ARCH_ARM_MACH_OMAP2_WD_TIMER_H 78c2ecf20Sopenharmony_ci#define __ARCH_ARM_MACH_OMAP2_WD_TIMER_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#include "omap_hwmod.h" 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ciextern int omap2_wd_timer_disable(struct omap_hwmod *oh); 128c2ecf20Sopenharmony_ciextern int omap2_wd_timer_reset(struct omap_hwmod *oh); 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#endif 15