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
drm/panfrost: Remove set but not used variable 'bo'
[linux/fpc-iii.git]
/
include
/
soc
/
tegra
/
common.h
blob
98027a76ce3d32cdbf90bbe2b2a9491489070461
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (C) 2014 NVIDIA Corporation
4
*/
5
6
#ifndef __SOC_TEGRA_COMMON_H__
7
#define __SOC_TEGRA_COMMON_H__
8
9
bool
soc_is_tegra
(
void
);
10
11
#endif
/* __SOC_TEGRA_COMMON_H__ */