Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /**
0003  * irq-omap-intc.h - INTC Idle Functions
0004  *
0005  * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com
0006  *
0007  * Author: Felipe Balbi <balbi@ti.com>
0008  */
0009 
0010 #ifndef __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H
0011 #define __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H
0012 
0013 int omap_irq_pending(void);
0014 void omap_intc_save_context(void);
0015 void omap_intc_restore_context(void);
0016 void omap3_intc_suspend(void);
0017 void omap3_intc_prepare_idle(void);
0018 void omap3_intc_resume_idle(void);
0019 
0020 #endif /* __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H */