Changed the pointers to void pointers.
This commit is contained in:
@@ -92,7 +92,7 @@ typedef struct {
|
|||||||
int bios_type;
|
int bios_type;
|
||||||
int files_no;
|
int files_no;
|
||||||
uint32_t local, size;
|
uint32_t local, size;
|
||||||
const device_t *dev1, *dev2;
|
void *dev1, *dev2;
|
||||||
const char **files;
|
const char **files;
|
||||||
} device_config_bios_t;
|
} device_config_bios_t;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user