19#ifndef MCUXCLBUFFER_IMPL_H_
20#define MCUXCLBUFFER_IMPL_H_
22#include <mcuxClCore_Platform.h>
28#if defined(MCUXCLBUFFER_USE_OBJECT) && (1 == MCUXCLBUFFER_USE_OBJECT)
29# include <mcuxClBuffer_Object.h>
30#elif defined(MCUXCLBUFFER_USE_POINTER) && (1 == MCUXCLBUFFER_USE_POINTER)
33# error "No buffer type implementation found/configured."
Configuration of the implementation for the buffer types.
Provides the implementation for the basic C pointer buffer types.