mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 17:29:14 +08:00
19 lines
218 B
C
19 lines
218 B
C
|
|
/*
|
||
|
|
* Copyright (C) 2018-2021 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
namespace NEO {
|
||
|
|
|
||
|
|
namespace SysCalls {
|
||
|
|
|
||
|
|
unsigned int getProcessId();
|
||
|
|
|
||
|
|
} // namespace SysCalls
|
||
|
|
|
||
|
|
} // namespace NEO
|