Moved all the constants used in sysman to the single header file

Change-Id: I0bfa02e68c9aba1cc5d3105c37630b30b03e1b54
Signed-off-by: Kanhaiya <kanhaiya.singh@intel.com>
This commit is contained in:
Kanhaiya
2020-09-16 11:24:22 +05:30
committed by sys_ocldev
parent 2a69b1ed78
commit 723e852c09
12 changed files with 54 additions and 36 deletions

View File

@@ -9,6 +9,8 @@
#include "shared/source/helpers/non_copyable_or_moveable.h"
#include "shared/source/os_interface/linux/drm_neo.h"
#include "level_zero/tools/source/sysman/sysman_const.h"
#include "sysman/engine/os_engine.h"
namespace L0 {
class PmuInterface;
@@ -35,7 +37,6 @@ class LinuxEngineImp : public OsEngine, NEO::NonCopyableOrMovableClass {
private:
void init();
const uint32_t microSecondsToNanoSeconds = 1000u;
int64_t fd = -1;
};