diff options
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-mx27/mxcmmc.h')
-rw-r--r-- | roms/u-boot/arch/arm/include/asm/arch-mx27/mxcmmc.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-mx27/mxcmmc.h b/roms/u-boot/arch/arm/include/asm/arch-mx27/mxcmmc.h new file mode 100644 index 00000000..116328c8 --- /dev/null +++ b/roms/u-boot/arch/arm/include/asm/arch-mx27/mxcmmc.h @@ -0,0 +1,12 @@ +/* + * Copyright (c) 2009 Ilya Yanok <yanok@emcraft.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef ASM_ARCH_MXCMMC_H +#define ASM_ARCH_MXCMMC_H + +int mxc_mmc_init(bd_t *bis); + +#endif |