zephyr/include/drivers/console
Nicolas Pitre 659fa0d57d lifo/fifo: first word is not always first 4 bytes
The first word is used as a pointer, meaning it is 64 bits on 64-bit
systems. To reserve it, it has to be either a pointer, a long, or an
intptr_t. Not an int nor an u32_t.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-06-26 09:08:42 -04:00
..
console.h lifo/fifo: first word is not always first 4 bytes 2019-06-26 09:08:42 -04:00
ipm_console.h include: Use macro BIT for shift operations 2019-03-26 14:31:29 -04:00
native_posix_console.h drivers: console: native: header fix 2018-10-15 09:36:37 -04:00
uart_console.h
uart_mcumgr.h
uart_pipe.h