ide: add ->cable_detect method to ide_hwif_t
[deliverable/linux.git] / include / linux / ide.h
index 508f7e435cc477287ddc46265d02eba6ea66962a..29e35980d7e3282d189658f23fe4a3a2a245697b 100644 (file)
@@ -535,6 +535,8 @@ typedef struct hwif_s {
        u8 (*mdma_filter)(ide_drive_t *);
        u8 (*udma_filter)(ide_drive_t *);
 
+       u8 (*cable_detect)(struct hwif_s *);
+
        void (*ata_input_data)(ide_drive_t *, void *, u32);
        void (*ata_output_data)(ide_drive_t *, void *, u32);
 
This page took 0.028855 seconds and 5 git commands to generate.