zephyr/include/toolchain
Nicholas Lowell 0d31403318 toolchain: define ZRESTRICT for restrict aliasing
restrict keyword is not supported in C++, however
GNUC does support __restrict for C/C++ so we can use that,
however the complexity of toolchains requires a ZRESTRICT
symbol that should be used throughout the codebase to not
cause any conflicts or redefinition errors

Signed-off-by: Nicholas Lowell <nlowell@lexmark.com>
2021-11-05 13:29:31 +01:00
..
armclang.h armclang: adding toolchain/armclang.h header 2021-08-30 08:54:23 -04:00
common.h toolchain: define ZRESTRICT for restrict aliasing 2021-11-05 13:29:31 +01:00
gcc.h toolchain: define ZRESTRICT for restrict aliasing 2021-11-05 13:29:31 +01:00
llvm.h toolchain: add llvm abstraction 2021-04-22 07:42:58 -04:00
mwdt.h ARC: MWDT: enable back BUILD_ASSERT macro 2021-10-20 07:24:03 -04:00
xcc_missing_defs.h
xcc.h toolchain: xcc: add macro __in_section_unique_named() 2021-10-07 16:56:00 -04:00
zephyr_stdint.h