mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-21 22:55:53 +00:00
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
|