compute-runtime/shared/source/os_interface/sys_calls_common.h

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