[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:
Joshua Santosh Ranjan
2023-03-08 10:35:11 +00:00
committed by Compute-Runtime-Automation
parent 593b3cf4fd
commit 790ef57c3f
58 changed files with 4664 additions and 17 deletions

View File

@@ -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;
};