X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/05a1b863a66bf72b26e5d87570c4e0e61b9736cd..790fa744f85c7dff5fe6f1905cd4268980c60dda:/EDK2/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/Ventoy.h diff --git a/EDK2/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/Ventoy.h b/EDK2/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/Ventoy.h index 988421c..0098631 100644 --- a/EDK2/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/Ventoy.h +++ b/EDK2/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/Ventoy.h @@ -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()