zephyr/include/misc/ring_buffer.h
Flavio Ceolin 67ca176754 headers: Fix headers across the project
Any word started with underscore followed by and uppercase letter or a
second underscore is a reserved word according with C99.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-09-17 15:49:26 -04:00

14 lines
323 B
C

/*
* Copyright (c) 2015 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_MISC_RING_BUFFER_H_
#define ZEPHYR_INCLUDE_MISC_RING_BUFFER_H_
#warning "This header file has moved, include <ring_buffer.h> instead."
#include <ring_buffer.h>
#endif /* ZEPHYR_INCLUDE_MISC_RING_BUFFER_H_ */