zephyr/drivers/interrupt_controller
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types
git grep -l 'u\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
	git grep -l 's\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
CMakeLists.txt
intc_arcv2_irq_unit.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_cavs.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_cavs.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_dw.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_dw.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_exti_stm32.c
intc_gic_common_priv.h
intc_gic.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_gicv3_priv.h
intc_gicv3.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_ioapic_priv.h
intc_ioapic.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_loapic_spurious.S
intc_loapic.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_plic.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_rv32m1_intmux.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_sam0_eic_priv.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_sam0_eic.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_shared_irq.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_swerv_pic.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_system_apic.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
intc_vexriscv_litex.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig
Kconfig.cavs
Kconfig.dw
Kconfig.gic
Kconfig.loapic
Kconfig.multilevel
Kconfig.multilevel.aggregator_template
Kconfig.rv32m1
Kconfig.sam0
Kconfig.shared_irq
Kconfig.stm32