mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 16:24:18 +08:00
This reverts commit a68ea38ba1.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
15 lines
329 B
C++
15 lines
329 B
C++
/*
|
|
* Copyright (C) 2020-2025 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/os_interface/windows/windows_wrapper.h"
|
|
|
|
#include <cstdint>
|
|
|
|
namespace NEO {
|
|
long(__stdcall *notifyAubCaptureImpl)(void *csrHandle, uint64_t gfxAddress, size_t gfxSize, bool allocate) = nullptr;
|
|
} // namespace NEO
|