Files
compute-runtime/shared/source/os_interface/linux/os_inc.h
Jablonski, Mateusz 719b22ee11 Read max frequency using pci path
Related-To: NEO-4359
Change-Id: I2dc106cc2d7bc9087fb3925051969fa2a245e6f5
Signed-off-by: Jablonski, Mateusz <mateusz.jablonski@intel.com>
2020-04-09 18:31:13 +02:00

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