]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/mach-omap2/wd_timer.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / mach-omap2 / wd_timer.h
CommitLineData
2874c5fd 1/* SPDX-License-Identifier: GPL-2.0-or-later */
81fbc5ef
PW
2/*
3 * OMAP2+ MPU WD_TIMER-specific function prototypes
81fbc5ef
PW
4 */
5
6#ifndef __ARCH_ARM_MACH_OMAP2_WD_TIMER_H
7#define __ARCH_ARM_MACH_OMAP2_WD_TIMER_H
8
2a296c8f 9#include "omap_hwmod.h"
81fbc5ef
PW
10
11extern int omap2_wd_timer_disable(struct omap_hwmod *oh);
414e4128 12extern int omap2_wd_timer_reset(struct omap_hwmod *oh);
81fbc5ef
PW
13
14#endif