mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
17 lines
258 B
C++
17 lines
258 B
C++
/*
|
|
* Copyright (C) 2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "shared/source/os_interface/windows/d3dkmthk_wrapper.h"
|
|
|
|
namespace NEO {
|
|
namespace SysCalls {
|
|
BOOL closeHandle(HANDLE hObject);
|
|
}
|
|
} // namespace NEO
|