]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/ide.h
ide: allow device drivers to specify per-device type /proc settings
[linux-2.6-omap-h63xx.git] / include / linux / ide.h
index ba51a93fa5471c2a95b224894b8db94c231cf8c2..488808891acbe6f614ca02653506d2fb0697b7e7 100644 (file)
@@ -1120,8 +1120,8 @@ struct ide_driver_s {
        void            (*resume)(ide_drive_t *);
        void            (*shutdown)(ide_drive_t *);
 #ifdef CONFIG_IDE_PROC_FS
-       ide_proc_entry_t                *proc;
-       const struct ide_proc_devset    *settings;
+       ide_proc_entry_t *              (*proc_entries)(ide_drive_t *);
+       const struct ide_proc_devset *  (*proc_devsets)(ide_drive_t *);
 #endif
 };