diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ide.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index ab8ee4f32f52..901d323c7bbe 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -839,6 +839,9 @@ struct ide_host { | |||
839 | irq_handler_t irq_handler; | 839 | irq_handler_t irq_handler; |
840 | 840 | ||
841 | unsigned long host_flags; | 841 | unsigned long host_flags; |
842 | |||
843 | int irq_flags; | ||
844 | |||
842 | void *host_priv; | 845 | void *host_priv; |
843 | ide_hwif_t *cur_port; /* for hosts requiring serialization */ | 846 | ide_hwif_t *cur_port; /* for hosts requiring serialization */ |
844 | 847 | ||
@@ -1371,6 +1374,9 @@ struct ide_port_info { | |||
1371 | u16 max_sectors; /* if < than the default one */ | 1374 | u16 max_sectors; /* if < than the default one */ |
1372 | 1375 | ||
1373 | u32 host_flags; | 1376 | u32 host_flags; |
1377 | |||
1378 | int irq_flags; | ||
1379 | |||
1374 | u8 pio_mask; | 1380 | u8 pio_mask; |
1375 | u8 swdma_mask; | 1381 | u8 swdma_mask; |
1376 | u8 mwdma_mask; | 1382 | u8 mwdma_mask; |