SWDEV-377991 - Rmove Liquidflash logic

Untie extra dependency on opencl repo

Change-Id: I8069cd8337214043d3c1453e3dfb0a0a47a83251
This commit is contained in:
German
2023-01-18 16:38:44 -05:00
committed by German Andryeyev
parent a1d54befdf
commit 5a42279a65
+7 -1
View File
@@ -663,7 +663,13 @@ class SvmBuffer : AllStatic {
static Monitor AllocatedLock_;
};
//! Liquid flash extension
#ifndef CL_COMMAND_READ_SSG_FILE_AMD
#define CL_COMMAND_READ_SSG_FILE_AMD 1
#endif
#ifndef cl_file_flags_amd
typedef uint32_t cl_file_flags_amd;
#endif
//! Liquid flash extension
class LiquidFlashFile : public RuntimeObject {
private:
std::wstring name_;