zephyr/include/misc/ring_buffer.h
Anas Nashif e2122cbf89 lib: move ring_buffer from misc/ to lib/
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-12-15 20:02:01 -05:00

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