8c4c1b8fcbbb8f213161605624895fbd6fb6b87a
[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                 .vendor         = PCI_VENDOR_ID_NS,
13                 .device         = PCI_DEVICE_ID_NS_87415,
14                 .name           = "NS87415",
15                 .init_hwif      = init_hwif_ns87415,
16                 .channels       = 2,
17                 .autodma        = AUTODMA,
18                 .bootable       = ON_BOARD,
19         }
20 };
21
22 #endif /* NS87415_H */