mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 14:33:04 +08:00
Related-To: NEO-4621 Change-Id: Icc4051b81c07a3bd9fe930f38cd3a6969bf87b82 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
16 lines
228 B
Plaintext
16 lines
228 B
Plaintext
/*
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
{
|
|
global:
|
|
clGetExtensionFunctionAddress;
|
|
clIcdGetPlatformIDsKHR;
|
|
clGetPlatformInfo;
|
|
GTPin_Init;
|
|
local: *;
|
|
};
|