zephyr/soc/posix/inf_clock
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 headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
Kconfig.defconfig kconfig: Replace defconfig singe-symbol 'if's with 'depends on' 2020-02-12 10:32:13 -06:00
Kconfig.soc kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
linker.ld posix: move soc to top-level dir soc/ 2018-09-13 00:56:48 -04:00
posix_board_if.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
posix_soc.h headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
soc.c boards: posix: Fix a typo 2020-01-28 15:44:21 -05:00
soc.h posix: move soc to top-level dir soc/ 2018-09-13 00:56:48 -04:00
soc_irq.h posix: move soc to top-level dir soc/ 2018-09-13 00:56:48 -04:00