zephyr/include/misc
Allan Stephens 11a1bb4125 unified/doc: Update ring buffers section of Kernel Primer
Ring buffer section now resides under "other" topic, since the
ring buffer type is a general purpose type (like the singly and
doubly linked list types), rather than a kernel-specific type.

Enhances ring buffer section to improve content and improve
consistency with the form used elsewhere in the Kernel Primer.

Also corrects a minor error in the ring buffer API documentation.

Change-Id: Icaa8661524f80e31f173adee859844cadb38967f
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-10-21 15:33:31 +00:00
..
debug
__assert.h
byteorder.h misc: fix off-by-one error in sys_memcpy_swap's assert 2016-10-15 04:14:43 -04:00
dlist.h dlist: add sys_dlist_peek_head_not_empty() 2016-10-10 21:27:29 +00:00
event_logger.h
kernel_event_logger.h
nano_work.h
printk.h
reboot.h
ring_buffer.h unified/doc: Update ring buffers section of Kernel Primer 2016-10-21 15:33:31 +00:00
shell.h
slist.h
stack.h
sys_log.h
util.h