mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 07:08:04 +08:00
Boilerplate Code for Sysman Firmware API
Change-Id: I8299bdf4b388bb05de7640240d033ba680e5ca14 Signed-off-by: mraghuwa <mayank.raghuwanshi@intel.com> Signed-off-by: Vilvaraj, T J Vivek <t.j.vivek.vilvaraj@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
9ceff528b5
commit
933bb45dcc
23
level_zero/tools/source/sysman/firmware/os_firmware.h
Normal file
23
level_zero/tools/source/sysman/firmware/os_firmware.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* Copyright (C) 2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "level_zero/tools/source/sysman/os_sysman.h"
|
||||
#include <level_zero/zes_api.h>
|
||||
|
||||
namespace L0 {
|
||||
|
||||
class OsFirmware {
|
||||
public:
|
||||
virtual bool isFirmwareSupported(void) = 0;
|
||||
|
||||
static OsFirmware *create(OsSysman *pOsSysman);
|
||||
virtual ~OsFirmware() {}
|
||||
};
|
||||
|
||||
} // namespace L0
|
||||
Reference in New Issue
Block a user