zephyr/include/arch/posix
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
..
arch.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
asm_inline_gcc.h headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
asm_inline.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
linker.ld posix: add zephyr_linker_sources() support 2020-03-13 19:24:21 +01:00
native_tasks.ld linker: Remove unused (OPTIONAL) from linker scripts 2019-03-15 06:42:02 -05:00
posix_soc_if.h headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
posix_trace.h headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
thread.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00