mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00

Change-Id: I1f572d9e036d4d5b5c6999518d40c9c4ba094649 Signed-off-by: davidoli <david.olien@intel.com>
19 lines
309 B
C++
19 lines
309 B
C++
/*
|
|
* Copyright (C) 2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "level_zero/tools/source/pin/pin.h"
|
|
|
|
namespace L0 {
|
|
|
|
typedef uint32_t(__fastcall *OpenGTPin_fn)(void *gtPinInit);
|
|
|
|
const std::string PinContext::gtPinLibraryFilename = "gtpin.dll";
|
|
|
|
} // namespace L0
|