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
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
mips
/
include
/
asm
/
mach-pistachio
/
irq.h
blob
74ac016503ad4698a9bcc790e01c32eb251be32c
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Pistachio IRQ setup
4
*
5
* Copyright (C) 2014 Google, Inc.
6
*/
7
8
#ifndef __ASM_MACH_PISTACHIO_IRQ_H
9
#define __ASM_MACH_PISTACHIO_IRQ_H
10
11
#define NR_IRQS 256
12
13
#include <asm/mach-generic/irq.h>
14
15
#endif
/* __ASM_MACH_PISTACHIO_IRQ_H */