X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/5d0fe69b2592f3c19fd12529ad94cb64ec0ed7d1..c0d478c2ddbdac0e64a639995e40ca840a781dbb:/IPXE/ipxe_mod_code/ipxe-3fe683e/src/include/ipxe/sanboot.h diff --git a/IPXE/ipxe_mod_code/ipxe-3fe683e/src/include/ipxe/sanboot.h b/IPXE/ipxe_mod_code/ipxe-3fe683e/src/include/ipxe/sanboot.h index d9b9de4..2c2639a 100644 --- a/IPXE/ipxe_mod_code/ipxe-3fe683e/src/include/ipxe/sanboot.h +++ b/IPXE/ipxe_mod_code/ipxe-3fe683e/src/include/ipxe/sanboot.h @@ -85,13 +85,14 @@ struct san_device { struct list_head opened; /** List of closed SAN paths */ struct list_head closed; - /** SAN paths */ - struct san_path path[0]; unsigned int exdrive; int int13_command; void *x86_regptr; uint8_t boot_catalog_sector[2048]; + + /** SAN paths */ + struct san_path path[0]; }; /** SAN device flags */