Sign in
gem5
/
arm
/
linux-arm64-legacy
/
293666b7a17cb7a389fc274980439212386a19c4
/
.
/
arch
/
sparc
/
include
/
asm
/
irq_32.h
blob: fe205cc444b889619e82612ac3ba7ed00302035a [
file
] [
log
] [
blame
]
/* irq.h: IRQ registers on the Sparc.
*
* Copyright (C) 1995, 2007 David S. Miller (davem@davemloft.net)
*/
#ifndef
_SPARC_IRQ_H
#define
_SPARC_IRQ_H
#include
<linux/interrupt.h>
#define
NR_IRQS
16
#define
irq_canonicalize
(
irq
)
(
irq
)
#endif