1 2 3 4 5 6 7 8 9 10
#ifndef __IRQ_RENESAS_INTC_IRQPIN_H__ #define __IRQ_RENESAS_INTC_IRQPIN_H__ struct renesas_intc_irqpin_config { unsigned int sense_bitfield_width; unsigned int irq_base; bool control_parent; }; #endif /* __IRQ_RENESAS_INTC_IRQPIN_H__ */