xref: /openbmc/u-boot/arch/arm/include/asm/arch-mx35/mmc_host_def.h (revision 83d290c56fab2d38cd1ab4c4cc7099559c1d5046)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * (C) Copyright 2008
4  * Texas Instruments, <www.ti.com>
5  * Syed Mohammed Khasim <khasim@ti.com>
6  */
7 
8 #ifndef MMC_HOST_DEF_H
9 #define MMC_HOST_DEF_H
10 
11 /* Driver definitions */
12 #define MMCSD_SECTOR_SIZE		512
13 
14 #endif /* MMC_HOST_DEF_H */
15