08fe18a09bb95a059ac23e4828e93b52003fc422
[linux-2.6.git] / drivers / ide / pci / cs5530.h
1 #ifndef CS5530_H
2 #define CS5530_H
3
4 #include <linux/config.h>
5 #include <linux/pci.h>
6 #include <linux/ide.h>
7
8 #define DISPLAY_CS5530_TIMINGS
9
10 static unsigned int init_chipset_cs5530(struct pci_dev *, const char *);
11 static void init_hwif_cs5530(ide_hwif_t *);
12
13 static ide_pci_device_t cs5530_chipsets[] __devinitdata = {
14         {       /* 0 */
15                 .name           = "CS5530",
16                 .init_chipset   = init_chipset_cs5530,
17                 .init_hwif      = init_hwif_cs5530,
18                 .channels       = 2,
19                 .autodma        = AUTODMA,
20                 .bootable       = ON_BOARD,
21                 .flags          = IDEPCI_FLAG_FORCE_MASTER,
22         }
23 };
24
25 #endif /* CS5530_H */