diff options
Diffstat (limited to 'include/hw/ide.h')
-rw-r--r-- | include/hw/ide.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/hw/ide.h b/include/hw/ide.h index 24a7aa2..db963bd 100644 --- a/include/hw/ide.h +++ b/include/hw/ide.h @@ -3,10 +3,6 @@ #include "exec/memory.h" -int ide_get_geometry(BusState *bus, int unit, - int16_t *cyls, int8_t *heads, int8_t *secs); -int ide_get_bios_chs_trans(BusState *bus, int unit); - /* ide/core.c */ void ide_drive_get(DriveInfo **hd, int max_bus); |