Sign in
zircon-guest
/
third_party
/
linux
/
9b37ccfc637be27d9a652fcedc35e6e782c3aa78
/
.
/
include
/
asm-alpha
/
hw_irq.h
blob: a37db0f95092f495a02819a7382631c34b686c37 [
file
] [
log
] [
blame
]
#ifndef
_ALPHA_HW_IRQ_H
#define
_ALPHA_HW_IRQ_H
extern
volatile
unsigned
long
irq_err_count
;
#ifdef
CONFIG_ALPHA_GENERIC
#define
ACTUAL_NR_IRQS alpha_mv
.
nr_irqs
#else
#define
ACTUAL_NR_IRQS NR_IRQS
#endif
#endif