zephyr/include/misc
Benjamin Walsh e69982b8b5 slist: add sys_slist_get() to fetch and remove the head
More straightforward than doing sys_slist_peek_head() followed by
sys_slist_remove().

Also add a version that does not check if the list is non-empty to be
used when the list is known bo be non-empty.

Change-Id: I8fd10e20e2c84c7d8972c9207f3d4917884808cb
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-09-13 17:12:55 -04:00
..
debug debug: add target GDB server 2016-04-16 05:29:22 +00:00
__assert.h __assert.h: format strings are not optional 2016-07-20 23:40:48 +00:00
byteorder.h misc/byteorder.h: Add a function to store a 64-bit int in LE 2016-09-09 02:18:41 +00:00
dlist.h dlist: add static initialization macro 2016-09-13 17:12:55 -04:00
event_logger.h doc: Edit the Event Logger APIs 2016-02-12 01:41:20 +00:00
kernel_event_logger.h doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
nano_work.h nano_work: Make use of ATOMIC_DEFINE for the flags 2016-08-27 10:52:41 +00:00
printk.h printk: warn on incorrect format code usage 2016-08-30 21:43:21 +00:00
reboot.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
ring_buffer.h debug: adds object tracing capability to ring buffers 2016-03-11 22:12:51 +00:00
shell.h console: shell: Add return to command callback 2016-05-23 11:00:21 +03:00
slist.h slist: add sys_slist_get() to fetch and remove the head 2016-09-13 17:12:55 -04:00
stack.h Bluetooth: Move stack analysis helper to a global location 2016-03-17 16:29:05 +00:00
sys_log.h sys_log: adds system log documentation page 2016-06-14 22:55:38 +00:00
util.h QMSI/uart: Use IOAPIC_EDGE instead of IOAPIC_LEVEL 2016-07-12 19:30:31 +00:00