doc: releases: migration-guide: 4.0: mention rename of net_buf header

Mention the rename of the network buffer header file.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2024-09-04 22:28:59 +00:00 committed by Mahesh Mahadevan
commit 5b15751d0b

View file

@ -232,6 +232,10 @@ Networking
the :c:func:`eth_bridge_iface_add` and :c:func:`eth_bridge_iface_remove` the :c:func:`eth_bridge_iface_add` and :c:func:`eth_bridge_iface_remove`
will take network interface pointer as a first parameter. will take network interface pointer as a first parameter.
* To facilitate use outside of the networking subsystem, the network buffer header file was renamed
from :zephyr_file:`include/zephyr/net/buf.h` to :zephyr_file:`include/zephyr/net_buf.h` and the
implementation moved to :zephyr_file:`lib/net_buf/`. (:github:`78009`)
Other Subsystems Other Subsystems
**************** ****************