VirtualBox

Changeset 77025 in vbox


Ignore:
Timestamp:
Jan 28, 2019 5:55:26 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128452
Message:

FDC: Removed the unused fdisk_type_t enum, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevFdc.cpp

    r77024 r77025  
    101101
    102102/* Floppy disk drive emulation */
    103 typedef enum fdisk_type_t {
    104     FDRIVE_DISK_288   = 0x01, /* 2.88 MB disk           */
    105     FDRIVE_DISK_144   = 0x02, /* 1.44 MB disk           */
    106     FDRIVE_DISK_720   = 0x03, /* 720 kB disk            */
    107     FDRIVE_DISK_USER  = 0x04, /* User defined geometry  */
    108     FDRIVE_DISK_NONE  = 0x05  /* No disk                */
    109 } fdisk_type_t;
    110 
    111103typedef enum fdrive_type_t {
    112104    FDRIVE_DRV_144  = 0x00,   /* 1.44 MB 3"5 drive      */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette