diff options
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-hi6220/dwmmc.h')
-rw-r--r-- | roms/u-boot/arch/arm/include/asm/arch-hi6220/dwmmc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-hi6220/dwmmc.h b/roms/u-boot/arch/arm/include/asm/arch-hi6220/dwmmc.h new file mode 100644 index 000000000..cf51c178c --- /dev/null +++ b/roms/u-boot/arch/arm/include/asm/arch-hi6220/dwmmc.h @@ -0,0 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * (C) Copyright 2015 Linaro + * Peter Griffin <peter.griffin@linaro.org> + */ + +int hi6220_dwmci_add_port(int index, u32 regbase, int bus_width); |