diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 9f72f6e0c954..5f5daad8bc54 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -683,6 +683,8 @@ typedef struct hwif_s { | |||
683 | 683 | ||
684 | u8 host_flags; | 684 | u8 host_flags; |
685 | 685 | ||
686 | u8 pio_mask; | ||
687 | |||
686 | u8 atapi_dma; /* host supports atapi_dma */ | 688 | u8 atapi_dma; /* host supports atapi_dma */ |
687 | u8 ultra_mask; | 689 | u8 ultra_mask; |
688 | u8 mwdma_mask; | 690 | u8 mwdma_mask; |
@@ -1270,6 +1272,7 @@ typedef struct ide_pci_device_s { | |||
1270 | unsigned int extra; | 1272 | unsigned int extra; |
1271 | struct ide_pci_device_s *next; | 1273 | struct ide_pci_device_s *next; |
1272 | u8 host_flags; | 1274 | u8 host_flags; |
1275 | u8 pio_mask; | ||
1273 | u8 udma_mask; | 1276 | u8 udma_mask; |
1274 | } ide_pci_device_t; | 1277 | } ide_pci_device_t; |
1275 | 1278 | ||