Merge to Fedora kernel-2.6.6-1.422
[linux-2.6.git] / drivers / ide / pci / ns87415.h
1 #ifndef NS87415_H
2 #define NS87415_H
3
4 #include <linux/config.h>
5 #include <linux/pci.h>
6 #include <linux/ide.h>
7
8 static void init_hwif_ns87415(ide_hwif_t *);
9
10 static ide_pci_device_t ns87415_chipsets[] __devinitdata = {
11         {       /* 0 */
12                 .name           = "NS87415",
13                 .init_hwif      = init_hwif_ns87415,
14                 .channels       = 2,
15                 .autodma        = AUTODMA,
16                 .bootable       = ON_BOARD,
17         }
18 };
19
20 #endif /* NS87415_H */