]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - GRUB2/grub-2.04/include/grub/ventoy.h
1.0.09 release
[Ventoy.git] / GRUB2 / grub-2.04 / include / grub / ventoy.h
index 1044005d1c36121a259263d74fabb556912a856a..4f3de66583ff35250fd38aa9da04e596c7b24603 100644 (file)
@@ -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