mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Related-To: NEO-4359 Change-Id: I2dc106cc2d7bc9087fb3925051969fa2a245e6f5 Signed-off-by: Jablonski, Mateusz <mateusz.jablonski@intel.com>
17 lines
272 B
C++
17 lines
272 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;
|
|
} // namespace Os
|