summaryrefslogblamecommitdiff
path: root/include/linux/platform_data/irq-renesas-intc-irqpin.h
blob: 00ccac34dac86c90f3135b5e021e1108f42bf5a0 (plain) (tree)
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__ */