diff options
Diffstat (limited to 'roms/u-boot/arch/arm/mach-mvebu/include/mach/gpio.h')
-rw-r--r-- | roms/u-boot/arch/arm/mach-mvebu/include/mach/gpio.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-mvebu/include/mach/gpio.h b/roms/u-boot/arch/arm/mach-mvebu/include/mach/gpio.h new file mode 100644 index 000000000..b0c95db7f --- /dev/null +++ b/roms/u-boot/arch/arm/mach-mvebu/include/mach/gpio.h @@ -0,0 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ + +#ifndef __MACH_MVEBU_GPIO_H +#define __MACH_MVEBU_GPIO_H + +/* Empty file - sdhci requires this. */ + +#endif |