#ifndef NS87415_H #define NS87415_H #include #include #include static void init_hwif_ns87415(ide_hwif_t *); static ide_pci_device_t ns87415_chipsets[] __devinitdata = { { /* 0 */ .vendor = PCI_VENDOR_ID_NS, .device = PCI_DEVICE_ID_NS_87415, .name = "NS87415", .init_hwif = init_hwif_ns87415, .channels = 2, .autodma = AUTODMA, .bootable = ON_BOARD, } }; #endif /* NS87415_H */