mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
12 lines
215 B
C
12 lines
215 B
C
|
/*
|
||
|
* (C) Copyright 2017 - Beniamino Galvani <b.galvani@gmail.com>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_ARCH_MESON_GPIO_H
|
||
|
#define __ASM_ARCH_MESON_GPIO_H
|
||
|
|
||
|
|
||
|
#endif /* __ASM_ARCH_MESON_GPIO_H */
|