14 lines
233 B
C
Executable File
Vendored
14 lines
233 B
C
Executable File
Vendored
/*
|
|
* (C) Copyright 2010-2011
|
|
* NVIDIA Corporation <www.nvidia.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __TEGRA2_HW_H
|
|
#define __TEGRA2_HW_H
|
|
|
|
/* include tegra specific hardware definitions */
|
|
|
|
#endif /* __TEGRA2_HW_H */
|