zephyr/tests/net/nbuf
Tomasz Bursztyka b8e3415264 net: Let's use inline function for type checking for net_nbuf
Using macros does not let the compiler verifying about the type we are
providing, which usually give an error easier to understand.
Also, this will let the compiler deciding how to actually optimize
(inline or not) the code.

Change-Id: Iba49590b620ef0a1bd0ed5621453524fcfea747c
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2016-12-02 12:40:13 +02:00
..
src net: Let's use inline function for type checking for net_nbuf 2016-12-02 12:40:13 +02:00
Makefile net: Add nbuf buffer API 2016-12-02 12:40:00 +02:00
prj.mdef net: Add nbuf buffer API 2016-12-02 12:40:00 +02:00
prj_x86.conf net: tests: Unit tests for net_nbuf_push() 2016-12-02 12:40:12 +02:00