Welcome to mirror list, hosted at ThFree Co, Russian Federation.

libata-portmap.h « asm « include « ia64 « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a1f8310596bede26f78d60a2bee0a4ac97a9242 (plain)
1
2
3
4
5
6
7
8
#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