/*
 * Copyright (c) 2015 Intel Corporation
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#ifndef ZEPHYR_INCLUDE_NET_BUF_DEPRECATED_H_
#define ZEPHYR_INCLUDE_NET_BUF_DEPRECATED_H_

#include <zephyr/net_buf.h>

#warning This header is deprecated, include <zephyr/net_buf.h> instead

#endif /*  ZEPHYR_INCLUDE_NET_BUF_DEPRECATED_H_ */