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 */