mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
9762a415c8
These functions serve no useful purpose, and conflict with the generic API. Drop them. Signed-off-by: Simon Glass <sjg@chromium.org>
10 lines
152 B
C
10 lines
152 B
C
/*
|
|
* Copyright (c) 2013 Xilinx, Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef _ZYNQ_GPIO_H
|
|
#define _ZYNQ_GPIO_H
|
|
|
|
#endif /* _ZYNQ_GPIO_H */
|