1 /*
2  * Copyright (c) 2023 Codecoup
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #include <kernel.h>
8 #include <zephyr/net/buf.h>
9 
net_buf_unref(struct net_buf * buf)10 void net_buf_unref(struct net_buf *buf)
11 {
12 
13 }
14