]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/ide.h
ide: add PIO masks
[mirror_ubuntu-artful-kernel.git] / include / linux / ide.h
index 9f72f6e0c9549e284349e057e564ab15c0e060e5..5f5daad8bc541acbd9877b558a471b422aa816c4 100644 (file)
@@ -683,6 +683,8 @@ typedef struct hwif_s {
 
        u8 host_flags;
 
+       u8 pio_mask;
+
        u8 atapi_dma;   /* host supports atapi_dma */
        u8 ultra_mask;
        u8 mwdma_mask;
@@ -1270,6 +1272,7 @@ typedef struct ide_pci_device_s {
        unsigned int            extra;
        struct ide_pci_device_s *next;
        u8                      host_flags;
+       u8                      pio_mask;
        u8                      udma_mask;
 } ide_pci_device_t;