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
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
arch
/
mips
/
include
/
asm
/
mach-lasat
/
irq.h
blob
d79cbe075084c8912975fab87c0aa4ee50dddf5f
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _ASM_MACH_LASAT_IRQ_H
3
#define _ASM_MACH_LASAT_IRQ_H
4
5
#define LASAT_CASCADE_IRQ (MIPS_CPU_IRQ_BASE + 2)
6
7
#define LASAT_IRQ_BASE 8
8
#define LASAT_IRQ_END 23
9
10
#define NR_IRQS 24
11
12
#include_next <irq.h>
13
14
#endif
/* _ASM_MACH_LASAT_IRQ_H */