From 5b15751d0bcb55afc8074c38893b14b0bba98a75 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Wed, 4 Sep 2024 22:28:59 +0000 Subject: [PATCH] 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 --- doc/releases/migration-guide-4.0.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/releases/migration-guide-4.0.rst b/doc/releases/migration-guide-4.0.rst index 4ade6744daf58e..2139f1d8d9b002 100644 --- a/doc/releases/migration-guide-4.0.rst +++ b/doc/releases/migration-guide-4.0.rst @@ -232,6 +232,10 @@ Networking the :c:func:`eth_bridge_iface_add` and :c:func:`eth_bridge_iface_remove` 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 ****************