zephyr/drivers/slip
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
..
Kconfig net: Add an L2 layer 2016-12-02 12:40:06 +02:00
Makefile slip: Add driver for host to qemu connectivity 2016-12-02 12:40:00 +02:00
slip.c net: Let's use inline function for type checking for net_nbuf 2016-12-02 12:40:13 +02:00