Fedora Core 2 - 1.494
[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                 .name           = "TRM290",
13                 .init_hwif      = init_hwif_trm290,
14                 .channels       = 2,
15                 .autodma        = NOAUTODMA,
16                 .bootable       = ON_BOARD,
17         }
18 };
19
20 #endif /* TRM290_H */