mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 18:59:44 +00:00
11 lines
150 B
C
11 lines
150 B
C
|
/*
|
||
|
* Copyright (c) 2016, NVIDIA CORPORATION.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef _TEGRA186_GPIO_H_
|
||
|
#define _TEGRA186_GPIO_H_
|
||
|
|
||
|
#endif
|