mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
f17abcaedb
Move all the gpio definitions to driver file as there is no use of them in other files. Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
11 lines
196 B
C
11 lines
196 B
C
/*
|
|
* Copyright (c) 2013 Xilinx, Inc.
|
|
* Copyright (c) 2015 DAVE Embedded Systems
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef _ZYNQ_GPIO_H
|
|
#define _ZYNQ_GPIO_H
|
|
|
|
#endif /* _ZYNQ_GPIO_H */
|