zephyr/include/sys
Peter Bigot 235a5c1771 sys/util: fix macro support when building with C++
true and false in a C environment are macros that are defined to 1 and
0 respectively.  In C++ they are keywords, and as such cause failures
when macro tests require they expand to a 1 or 0 token.  Use the
actual token values rather than the macro names when defining the
macros.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-08-12 16:39:37 -05:00
..
__assert.h
arch_interface.h
atomic.h
base64.h
byteorder.h
check.h
crc.h
device_mmio.h
dlist.h
errno_private.h
fdtable.h
libc-hooks.h
list_gen.h
math_extras_impl.h
math_extras.h
mem_manage.h
mempool_base.h
mempool.h
mutex.h
notify.h
onoff.h
printk.h
rb.h
ring_buffer.h
sem.h
sflist.h
slist.h
speculation.h
sys_heap.h
sys_io.h
thread_stack.h
time_units.h
timeutil.h
util_internal.h
util.h