39#ifndef MCUXCLBUFFER_IMPL_H_
40#define MCUXCLBUFFER_IMPL_H_
42#include <mcuxClCore_Platform.h>
48#if defined(MCUXCLBUFFER_USE_OBJECT) && (1 == MCUXCLBUFFER_USE_OBJECT)
49# include <mcuxClBuffer_Object.h>
50#elif defined(MCUXCLBUFFER_USE_POINTER) && (1 == MCUXCLBUFFER_USE_POINTER)
53# 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.