Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * OMAP2+ MPU WD_TIMER-specific function prototypes
0004  */
0005 
0006 #ifndef __ARCH_ARM_MACH_OMAP2_WD_TIMER_H
0007 #define __ARCH_ARM_MACH_OMAP2_WD_TIMER_H
0008 
0009 #include "omap_hwmod.h"
0010 
0011 extern int omap2_wd_timer_disable(struct omap_hwmod *oh);
0012 extern int omap2_wd_timer_reset(struct omap_hwmod *oh);
0013 
0014 #endif