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