Browse Source
Remove the deprecated zephyr/net/buf.h header file. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>pull/87012/head
3 changed files with 1 additions and 17 deletions
@ -1,14 +0,0 @@
@@ -1,14 +0,0 @@
|
||||
/*
|
||||
* 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_ */ |
Loading…
Reference in new issue