mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
[Sysman] Update memory module for zesInit
Related-To: LOCI-4118 Signed-off-by: Joshua Santosh Ranjan <joshua.santosh.ranjan@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
593b3cf4fd
commit
790ef57c3f
@@ -10,4 +10,8 @@
|
||||
|
||||
struct _zes_fabric_port_handle_t {
|
||||
virtual ~_zes_fabric_port_handle_t() = default;
|
||||
};
|
||||
};
|
||||
|
||||
struct _zes_mem_handle_t {
|
||||
virtual ~_zes_mem_handle_t() = default;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user