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
arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-tegra
/
irq.h
blob
7a94cf121448fe494b094fb293ed9ad618d75597
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (c) 2012, NVIDIA Corporation. All rights reserved.
4
*/
5
6
#ifndef __TEGRA_IRQ_H
7
#define __TEGRA_IRQ_H
8
9
bool
tegra_pending_sgi
(
void
);
10
11
#endif