mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 14:15:20 +00:00
14 lines
278 B
C
14 lines
278 B
C
/*
|
|
* Copyright (c) 2015 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#ifndef RING_BUFFER_DEP_H__
|
|
#define RING_BUFFER_DEP_H__
|
|
|
|
#warning "This header file has moved, include <ring_buffer.h> instead."
|
|
|
|
#include <ring_buffer.h>
|
|
|
|
#endif /* RING_BUFFER_DEP_H__ */
|