lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h
Move the network buffer header file from zephyr/net/buf.h to zephyr/net_buf.h as the implementation now lives outside of the networking subsystem. Add (deprecated) zephyr/net/buf.h header to maintain compatibility with old file path. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
ced80b13bf
commit
159f7dbbb1
234 changed files with 2968 additions and 2953 deletions
|
@ -17,7 +17,7 @@
|
|||
#include <zephyr/device.h>
|
||||
#include <zephyr/pm/device.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/net/buf.h>
|
||||
#include <zephyr/net_buf.h>
|
||||
#include <zephyr/sys/crc.h>
|
||||
#include <zephyr/sys/crc.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue