diff options
Diffstat (limited to 'src/biosvar.h')
-rw-r--r-- | src/biosvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/biosvar.h b/src/biosvar.h index 7eaa07bc..9469c9aa 100644 --- a/src/biosvar.h +++ b/src/biosvar.h @@ -228,7 +228,7 @@ struct extended_bios_data_area_s { struct dpte_s dpte; // Locks for removable devices - u8 cdrom_locks[CONFIG_MAX_ATA_DEVICES]; + u8 cdrom_locks[CONFIG_MAX_DRIVES]; u16 boot_sequence; |