Line data Source code
1 0 : /* 2 : * Copyright (c) 2015 Intel Corporation 3 : * 4 : * SPDX-License-Identifier: Apache-2.0 5 : */ 6 : 7 : #ifndef ZEPHYR_INCLUDE_NET_BUF_DEPRECATED_H_ 8 : #define ZEPHYR_INCLUDE_NET_BUF_DEPRECATED_H_ 9 : 10 : #include <zephyr/net_buf.h> 11 : 12 : #warning This header is deprecated, include <zephyr/net_buf.h> instead 13 : 14 : #endif /* ZEPHYR_INCLUDE_NET_BUF_DEPRECATED_H_ */