repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git]
/
arch
/
mips
/
include
/
asm
/
mach-lantiq
/
xway
/
irq.h
blob
2980e7771f836afae2d8572f2737e96ad281b162
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
*
4
* Copyright (C) 2010 John Crispin <john@phrozen.org>
5
*/
6
7
#ifndef __LANTIQ_IRQ_H
8
#define __LANTIQ_IRQ_H
9
10
#include <lantiq_irq.h>
11
12
#define NR_IRQS 256
13
14
#include <asm/mach-generic/irq.h>
15
16
#endif