repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86: i8259A: remove redundant irq_descinitialization
[wrt350n-kernel.git]
/
include
/
asm-mips
/
mach-lasat
/
irq.h
blob
da75f89f37235900e4c06620f94bfc4d783953b0
1
#ifndef _ASM_MACH_LASAT_IRQ_H
2
#define _ASM_MACH_LASAT_IRQ_H
3
4
#define LASAT_CASCADE_IRQ (MIPS_CPU_IRQ_BASE + 0)
5
6
#define LASAT_IRQ_BASE 8
7
#define LASAT_IRQ_END 23
8
9
#define NR_IRQS 24
10
11
#include_next <irq.h>
12
13
#endif
/* _ASM_MACH_LASAT_IRQ_H */