irq-omap-intc.h 567 B

1234567891011121314151617181920
  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. #ifndef __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H
  10. #define __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H
  11. int omap_irq_pending(void);
  12. void omap_intc_save_context(void);
  13. void omap_intc_restore_context(void);
  14. void omap3_intc_suspend(void);
  15. void omap3_intc_prepare_idle(void);
  16. void omap3_intc_resume_idle(void);
  17. #endif /* __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H */