blob: 216e5adf80ce1a4e4fdded938686442b2624c86d [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/**
3 * irq-omap-intc.h - INTC Idle Functions
4 *
5 * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com
6 *
7 * Author: Felipe Balbi <balbi@ti.com>
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00008 */
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 */