#ifndef LCAMERA_BUFF_TESTS_HIL_SMO_CALLBACKS_STUB_H #define LCAMERA_BUFF_TESTS_HIL_SMO_CALLBACKS_STUB_H #include #include #include #include namespace lcamera_buff_tests { const smo::stim_buff::SmoCallbacks& hilSmoCallbacksStub(); std::shared_ptr createUseHostPtrBufferStub( void* hostPtr, size_t size, cl_mem_flags flags); } // namespace lcamera_buff_tests #endif // LCAMERA_BUFF_TESTS_HIL_SMO_CALLBACKS_STUB_H