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