mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
17 lines
305 B
C
17 lines
305 B
C
|
/*
|
||
|
* (C) Copyright 2013
|
||
|
* NVIDIA Corporation <www.nvidia.com>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef _TEGRA124_HARDWARE_H_
|
||
|
#define _TEGRA124_HARDWARE_H_
|
||
|
|
||
|
/*
|
||
|
* Include Tegra-specific hardware definitions
|
||
|
* Nothing needed currently for Tegra124
|
||
|
*/
|
||
|
|
||
|
#endif /* _TEGRA124_HARDWARE_H_ */
|