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-lantiq
/
falcon
/
irq.h
blob
91d2bc03c9faed5075f3de3fa5d4c312289605a0
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
*
4
* Copyright (C) 2011 Thomas Langer <thomas.langer@lantiq.com>
5
*/
6
7
#ifndef __FALCON_IRQ_H
8
#define __FALCON_IRQ_H
9
10
#include <falcon_irq.h>
11
12
#define NR_IRQS 328
13
14
#include_next <irq.h>
15
16
#endif