cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

wd_timer.h (338B)


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