zephyr/include/misc/ring_buffer.h

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__ */