xref: /openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/gpio.h (revision 9ab403d0dd3c88370612c97f8c4cb88199302833)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2014 Freescale Semiconductor, Inc.
4  */
5 
6 /*
7  * Dummy header file to enable CONFIG_OF_CONTROL.
8  * If CONFIG_OF_CONTROL is enabled, lib/fdtdec.c is compiled.
9  * It includes <asm/arch/gpio.h> via <asm/gpio.h>, so those SoCs that enable
10  * OF_CONTROL must have arch/gpio.h.
11  */
12 
13 #ifndef __ASM_ARCH_LS102XA_GPIO_H_
14 #define __ASM_ARCH_LS102XA_GPIO_H_
15 
16 #endif
17