zephyr/include/sys
Alberto Escolar Piedras cd0659e36f util.h: Remove INLINE definition and user
INLINE is a very common macro, just like MAX or MIN.
Defining it always can easily collide with libraries or
application headers.
And option would be to add a ifdef guard around it,
But it was used in only 1 place in Zephyr, instead
of keeping it just for that, remove it.

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2020-05-08 08:37:21 -04:00
..
__assert.h
arch_interface.h kernel: add Z_STACK_PTR_ALIGN ARCH_STACK_PTR_ALIGN 2020-04-21 18:45:45 -04:00
atomic.h
base64.h
byteorder.h
check.h
crc.h
dlist.h
errno_private.h
fdtable.h
libc-hooks.h
list_gen.h
math_extras_impl.h math: extras: Add overflow functions to u16 2020-04-20 09:12:33 +03:00
math_extras.h math: extras: Add overflow functions to u16 2020-04-20 09:12:33 +03:00
mempool_base.h
mempool.h
mutex.h kernel: rename initializers to be internal 2020-04-24 22:27:08 +02:00
notify.h sys: add generic asynchronous notification infrastructure 2020-04-06 16:41:41 +02:00
onoff.h sys: onoff: redesign to meet changed needs 2020-04-22 16:52:47 +02:00
printk.h
rb.h
ring_buffer.h
sem.h kernel/timeout: Make timeout arguments an opaque type 2020-03-31 19:40:47 -04:00
sflist.h
slist.h
speculation.h
sys_heap.h kernel: Add k_heap synchronized memory allocator 2020-04-14 10:05:55 -07:00
sys_io.h
thread_stack.h kernel: add Z_STACK_PTR_ALIGN ARCH_STACK_PTR_ALIGN 2020-04-21 18:45:45 -04:00
time_units.h include: sys: Fix SYS_TIMEOUT_MS macro definition 2020-04-30 13:46:48 +03:00
timeutil.h
util.h util.h: Remove INLINE definition and user 2020-05-08 08:37:21 -04:00