mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-23 02:34:04 +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
|