]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - EDK2/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/Ventoy.h
1.0.04 release
[Ventoy.git] / EDK2 / edk2-edk2-stable201911 / MdeModulePkg / Application / Ventoy / Ventoy.h
index 988421cb23530a862954b6fb6bfb020b44c0ccbf..009863199f2a191b67255dbde4bbd45e4f8458dc 100644 (file)
@@ -223,6 +223,13 @@ typedef struct ventoy_grub_param
 {
     grub_env_get_pf grub_env_get;
 }ventoy_grub_param;
+
+typedef struct ventoy_ram_disk
+{
+    UINT64 PhyAddr;
+    UINT64 DiskSize;
+}ventoy_ram_disk;
+
 #pragma pack()