zephyr/include/arch/arm/aarch32
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
..
cortex_a_r zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
cortex_m zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
cortex_r arch: arm: aarch32: Add header shims for cortex_a_r renaming 2020-03-26 11:20:36 +01:00
arch.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
asm_inline_gcc.h arch: arm: aarch32: Rename cortex_r to cortex_a_r 2020-03-26 11:20:36 +01:00
asm_inline.h arch: arm: aarch32: Fix header description 2020-03-13 09:59:59 +01:00
error.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
exc.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
irq.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
misc.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
nmi.h arch: arm: aarch32: Fix header description 2020-03-13 09:59:59 +01:00
syscall.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
thread.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00