1/*
2 * Copyright (C) 2020-2021 Intel Corporation
3 *
4 * SPDX-License-Identifier: MIT
5 *
6 */
7
8{
9  global:
10      clGetExtensionFunctionAddress;
11      clIcdGetPlatformIDsKHR;
12      clGetPlatformInfo;
13      GTPin_Init;
14  local: *;
15};
16