Files
compute-runtime/shared/source/os_interface/linux/os_inc.h
Igor Venevtsev 4928ea60fe Implement parsing of process mapped memory regions
Related-To: NEO-4525

Change-Id: Ic3f9f04b42a10c2cc33f489a87d6b4b5fa1eedaa
Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
2020-07-31 15:06:30 +02:00

19 lines
325 B
C++

/*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#define PATH_SEPARATOR '/'
#define __cdecl
namespace Os {
// Pci Path
extern const char *sysFsPciPathPrefix;
extern const char *pciDevicesDirectory;
// Proc Path
extern const char *sysFsProcPathPrefix;
} // namespace Os