1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
27f30491cSTony Luck #ifndef __ASM_IA64_LIBATA_PORTMAP_H
37f30491cSTony Luck #define __ASM_IA64_LIBATA_PORTMAP_H
47f30491cSTony Luck 
57f30491cSTony Luck #define ATA_PRIMARY_IRQ(dev)	isa_irq_to_vector(14)
67f30491cSTony Luck 
77f30491cSTony Luck #define ATA_SECONDARY_IRQ(dev)	isa_irq_to_vector(15)
87f30491cSTony Luck 
97f30491cSTony Luck #endif
10