mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user