mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
8 lines
186 B
C
8 lines
186 B
C
#ifndef __ASM_IA64_LIBATA_PORTMAP_H
|
|
#define __ASM_IA64_LIBATA_PORTMAP_H
|
|
|
|
#define ATA_PRIMARY_IRQ(dev) isa_irq_to_vector(14)
|
|
|
|
#define ATA_SECONDARY_IRQ(dev) isa_irq_to_vector(15)
|
|
|
|
#endif
|