Files
compute-runtime/runtime/api/additional_extensions.cpp
kamdiedrich 8f44a95ca0 Changing include paths
Change-Id: I3b878463289083c956382e68da3473788cf5c15f
2020-02-22 18:45:39 +01:00

16 lines
269 B
C++

/*
* Copyright (C) 2019-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "api/additional_extensions.h"
namespace NEO {
void *CL_API_CALL getAdditionalExtensionFunctionAddress(const char *funcName) {
return nullptr;
}
} // namespace NEO