mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
13 lines
191 B
C
13 lines
191 B
C
|
/*
|
||
|
* Copyright 2015 Xilinx, Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __ARCH_ZYNQMP_GPIO_H
|
||
|
#define __ARCH_ZYNQMP_GPIO_H
|
||
|
|
||
|
/* Empty file - sdhci requires this. */
|
||
|
|
||
|
#endif
|