X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/d5b829f8e8c8367b032b4bb57a8fc37701d42e17..fe0dda690426b8e1b73c79b0dff46e1459ea40ec:/GRUB2/grub-2.04/include/grub/ventoy.h diff --git a/GRUB2/grub-2.04/include/grub/ventoy.h b/GRUB2/grub-2.04/include/grub/ventoy.h index 1044005..4f3de66 100644 --- a/GRUB2/grub-2.04/include/grub/ventoy.h +++ b/GRUB2/grub-2.04/include/grub/ventoy.h @@ -104,6 +104,15 @@ typedef struct ventoy_os_param grub_uint8_t reserved[31]; }ventoy_os_param; + +typedef struct ventoy_windows_data +{ + char auto_install_script[384]; + grub_uint8_t reserved[128]; +}ventoy_windows_data; + + + #pragma pack() // compile assert check : sizeof(ventoy_os_param) must be 512