12 lines
186 B
C
12 lines
186 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright 2015 Xilinx, Inc.
|
||
|
*/
|
||
|
|
||
|
#ifndef __ARCH_ZYNQMP_GPIO_H
|
||
|
#define __ARCH_ZYNQMP_GPIO_H
|
||
|
|
||
|
/* Empty file - sdhci requires this. */
|
||
|
|
||
|
#endif
|