Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ASM_POWERPC_LIBATA_PORTMAP_H
0003 #define __ASM_POWERPC_LIBATA_PORTMAP_H
0004 
0005 #define ATA_PRIMARY_IRQ(dev)    pci_get_legacy_ide_irq(dev, 0)
0006 
0007 #define ATA_SECONDARY_IRQ(dev)  pci_get_legacy_ide_irq(dev, 1)
0008 
0009 #endif