![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _LINUX_IRQHANDLER_H 0003 #define _LINUX_IRQHANDLER_H 0004 0005 /* 0006 * Interrupt flow handler typedefs are defined here to avoid circular 0007 * include dependencies. 0008 */ 0009 0010 struct irq_desc; 0011 struct irq_data; 0012 typedef void (*irq_flow_handler_t)(struct irq_desc *desc); 0013 0014 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |