diff options
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-bcm235xx/gpio.h')
-rw-r--r-- | roms/u-boot/arch/arm/include/asm/arch-bcm235xx/gpio.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-bcm235xx/gpio.h b/roms/u-boot/arch/arm/include/asm/arch-bcm235xx/gpio.h new file mode 100644 index 000000000..82c12bb70 --- /dev/null +++ b/roms/u-boot/arch/arm/include/asm/arch-bcm235xx/gpio.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright 2013 Broadcom Corporation. + */ + +#ifndef __ARCH_BCM235XX_GPIO_H +#define __ARCH_BCM235XX_GPIO_H + +/* + * Empty file - cmd_gpio.c requires this. The implementation + * is in drivers/gpio/kona_gpio.c instead of inlined here. + */ + +#endif |