This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / ide / pci / rz1000.h
1 #ifndef RZ100X_H
2 #define RZ100X_H
3
4 #include <linux/config.h>
5 #include <linux/pci.h>
6 #include <linux/ide.h>
7
8 static void init_hwif_rz1000(ide_hwif_t *);
9
10 static ide_pci_device_t rz1000_chipsets[] __devinitdata = {
11         {
12                 .name           = "RZ1000",
13                 .init_hwif      = init_hwif_rz1000,
14                 .channels       = 2,
15                 .autodma        = NODMA,
16                 .bootable       = ON_BOARD,
17         },{
18                 .name           = "RZ1001",
19                 .init_hwif      = init_hwif_rz1000,
20                 .channels       = 2,
21                 .autodma        = NODMA,
22                 .bootable       = ON_BOARD,
23         }
24 };
25
26 #endif /* RZ100X_H */