2012-08-31 08:30:09 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2010-2011
|
|
|
|
* NVIDIA Corporation <www.nvidia.com>
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2012-08-31 08:30:09 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __TEGRA2_HW_H
|
|
|
|
#define __TEGRA2_HW_H
|
|
|
|
|
|
|
|
/* include tegra specific hardware definitions */
|
|
|
|
|
|
|
|
#endif /* __TEGRA2_HW_H */
|