repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
ia64
/
include
/
asm
/
libata-portmap.h
blob
757f84e5dc6e83fab09c3e501876719a20fd7bf4
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