zephyr/include/misc
Andrei Emeltchenko 240a10b2df Add byteorder.h header for handling byte conversions
Add endian conversion functions needed for network protocols.
Currently Bluetooth needs sys_le16_to_cpu and sys_cpu_to_le16
to implement endian safe stack. Note that the OS is not guaranteed
to be endian safe generally.

Change-Id: If7faf9568e0f2b1817139a76d9b00888d5b7d76c
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2016-02-05 20:13:39 -05:00
..
__assert.h First commit 2015-04-10 16:44:37 -07:00
byteorder.h Add byteorder.h header for handling byte conversions 2016-02-05 20:13:39 -05:00
dlist.h First commit 2015-04-10 16:44:37 -07:00
lists.h First commit 2015-04-10 16:44:37 -07:00
lists_c.h First commit 2015-04-10 16:44:37 -07:00
printk.h First commit 2015-04-10 16:44:37 -07:00
util.h First commit 2015-04-10 16:44:37 -07:00