zephyr/include/toolchain
Kumar Gala 7dc3ecd63d stdint.h: Make {u}int64_t types consistent regardless of arch
On 64-bit arch's like AARCH64, x86_64, or riscv-64 the way {u}int64_t
will differ from how its defined on 32-bit arch's.  Do the same trick we
do for {u}int32_t for {u}int64_t so that the type is the same regardless
of what we are building for.

This keeps things like %lld working the same regardless of 32-bit or
64-bit arch.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
common.h userspace: net sockets are kernel objects 2020-06-03 22:33:32 +02:00
gcc.h toolchain: common: Merge build assert macros 2020-03-31 07:18:06 +02:00
xcc.h
xcc_missing_defs.h
zephyr_stdint.h stdint.h: Make {u}int64_t types consistent regardless of arch 2020-06-08 08:23:57 -05:00