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
|