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

irq-omap-intc.h (567B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/**
      3 * irq-omap-intc.h - INTC Idle Functions
      4 *
      5 * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com
      6 *
      7 * Author: Felipe Balbi <balbi@ti.com>
      8 */
      9
     10#ifndef __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H
     11#define __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H
     12
     13int omap_irq_pending(void);
     14void omap_intc_save_context(void);
     15void omap_intc_restore_context(void);
     16void omap3_intc_suspend(void);
     17void omap3_intc_prepare_idle(void);
     18void omap3_intc_resume_idle(void);
     19
     20#endif /* __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H */