summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/include/mach/omap_hsmmc.h
blob: a15f8e62a24b9deadd38a26a584cb51dd5bc8432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**
 * @file
 * @brief This file contains exported structure for OMAP hsmmc
 *
 * FileName: include/asm-arm/arch-omap/omap_hsmmc.h
 *
 * OMAP3 and OMAP4 has a MMC/SD controller embedded.
 * This file provides the platform data structure required to
 * addapt to platform specialities.
 */
/*
 * (C) Copyright 2011
 * Phytec Messtechnik GmbH, <www.phytec.de>
 * Juergen Kilb <j.kilb@phytec.de>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef __ASM_OMAP_HSMMC_H
#define  __ASM_OMAP_HSMMC_H

/** omapmmc platform data structure */
struct omap_hsmmc_platform_data {
	unsigned f_max;         /* host interface upper limit */
};
#endif /* __ASM_OMAP_HSMMC_H */