mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
Related-To: NEO-4525 Change-Id: Ic3f9f04b42a10c2cc33f489a87d6b4b5fa1eedaa Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
19 lines
325 B
C++
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
|