Make config_bios_t dev's into an array

This commit is contained in:
Jasmine Iwanek
2025-03-09 01:49:22 -05:00
parent 6740b62d23
commit 4504348fff

View File

@@ -141,8 +141,7 @@ typedef struct device_config_bios_t {
uint8_t files_no;
uint32_t local;
uint32_t size;
void *dev1;
void *dev2;
void *dev[2];
const char *files[9];
} device_config_bios_t;