Skip to content

Commit 5b15751

Browse files
henrikbrixandersenmmahadevan108
authored andcommitted
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 <[email protected]>
1 parent 83e3055 commit 5b15751

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/releases/migration-guide-4.0.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ Networking
232232
the :c:func:`eth_bridge_iface_add` and :c:func:`eth_bridge_iface_remove`
233233
will take network interface pointer as a first parameter.
234234

235+
* To facilitate use outside of the networking subsystem, the network buffer header file was renamed
236+
from :zephyr_file:`include/zephyr/net/buf.h` to :zephyr_file:`include/zephyr/net_buf.h` and the
237+
implementation moved to :zephyr_file:`lib/net_buf/`. (:github:`78009`)
238+
235239
Other Subsystems
236240
****************
237241

0 commit comments

Comments
 (0)