• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_IA64_LIBATA_PORTMAP_H
3 #define __ASM_IA64_LIBATA_PORTMAP_H
4 
5 #define ATA_PRIMARY_IRQ(dev)	isa_irq_to_vector(14)
6 
7 #define ATA_SECONDARY_IRQ(dev)	isa_irq_to_vector(15)
8 
9 #endif
10