mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Add tests for selecting KMD adapter
Related-To: NEO-3007 Change-Id: I040662e68dccf574b14ecffa02f5427f6ef1899b Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
b9e0411c18
commit
fcf2387398
@@ -22,7 +22,12 @@ BOOL closeHandle(HANDLE hObject) {
|
||||
BOOL getSystemPowerStatus(LPSYSTEM_POWER_STATUS systemPowerStatusPtr) {
|
||||
return GetSystemPowerStatus(systemPowerStatusPtr);
|
||||
}
|
||||
|
||||
BOOL getModuleHandle(DWORD dwFlags, LPCWSTR lpModuleName, HMODULE *phModule) {
|
||||
return GetModuleHandleEx(dwFlags, lpModuleName, phModule);
|
||||
}
|
||||
DWORD getModuleFileName(HMODULE hModule, LPWSTR lpFilename, DWORD nSize) {
|
||||
return GetModuleFileName(hModule, lpFilename, nSize);
|
||||
}
|
||||
} // namespace SysCalls
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user