X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fide-types.h;h=2570a4501528a25bd0787aef5a56fb4645dc7566;hp=5509a96152144a9ffa008d187dcf30b080cad15e;hb=ee9c51d03e9eaa875e45febd3fc8b695d1061956;hpb=bb102eef875adf3e667e4e3ffe7e6412b167b14e diff --git a/palacios/src/devices/ide-types.h b/palacios/src/devices/ide-types.h index 5509a96..2570a45 100644 --- a/palacios/src/devices/ide-types.h +++ b/palacios/src/devices/ide-types.h @@ -86,6 +86,12 @@ struct ide_drive_ctrl_reg { } __attribute__((packed)); +struct ide_features_reg { + union { + uint8_t val; + } __attribute__((packed)); +} __attribute__((packed)); + typedef enum { READ_SECT_W_RETRY = 0x20,