arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git] / arch / arm / mach-omap2 / wd_timer.h
blobfa44a07a5deff10969a7228a4404852501220b9e
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * OMAP2+ MPU WD_TIMER-specific function prototypes
4 */
6 #ifndef __ARCH_ARM_MACH_OMAP2_WD_TIMER_H
7 #define __ARCH_ARM_MACH_OMAP2_WD_TIMER_H
9 #include "omap_hwmod.h"
11 extern int omap2_wd_timer_disable(struct omap_hwmod *oh);
12 extern int omap2_wd_timer_reset(struct omap_hwmod *oh);
14 #endif