Merge tag 'iwlwifi-next-for-kalle-2015-05-03' of https://git.kernel.org/pub/scm/linux...
[deliverable/linux.git] / include / linux / platform_data / mmc-mvsdio.h
CommitLineData
8235ee00 1/*
8235ee00
NP
2 * This file is licensed under the terms of the GNU General Public
3 * License version 2. This program is licensed "as is" without any
4 * warranty of any kind, whether express or implied.
5 */
6
550459ee
SK
7#ifndef __MMC_MVSDIO_H
8#define __MMC_MVSDIO_H
8235ee00
NP
9
10#include <linux/mbus.h>
11
12struct mvsdio_platform_data {
8235ee00
NP
13 unsigned int clock;
14 int gpio_card_detect;
15 int gpio_write_protect;
16};
17
18#endif
This page took 0.502343 seconds and 5 git commands to generate.