f633c0fa4d90b67643bb26be66a45d40aa9d60b5
[linux-2.6.git] / drivers / ide / pci / trm290.h
1 #ifndef TRM290_H
2 #define TRM290_H
3
4 #include <linux/config.h>
5 #include <linux/pci.h>
6 #include <linux/ide.h>
7
8 extern void init_hwif_trm290(ide_hwif_t *);
9
10 static ide_pci_device_t trm290_chipsets[] __devinitdata = {
11         {       /* 0 */
12                 .vendor         = PCI_VENDOR_ID_TEKRAM,
13                 .device         = PCI_DEVICE_ID_TEKRAM_DC290,
14                 .name           = "TRM290",
15                 .init_hwif      = init_hwif_trm290,
16                 .channels       = 2,
17                 .autodma        = NOAUTODMA,
18                 .bootable       = ON_BOARD,
19         }
20 };
21
22 #endif /* TRM290_H */