wd_timer.h 338 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * OMAP2+ MPU WD_TIMER-specific function prototypes
  4. */
  5. #ifndef __ARCH_ARM_MACH_OMAP2_WD_TIMER_H
  6. #define __ARCH_ARM_MACH_OMAP2_WD_TIMER_H
  7. #include "omap_hwmod.h"
  8. extern int omap2_wd_timer_disable(struct omap_hwmod *oh);
  9. extern int omap2_wd_timer_reset(struct omap_hwmod *oh);
  10. #endif