blob: d02704cd36950c5e92c356cb968d96ef0f668b3b [file] [log] [blame]
Nicolas Pitre8235ee02009-02-14 03:15:55 -05001/*
Nicolas Pitre8235ee02009-02-14 03:15:55 -05002 * 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
Sachin Kamat550459e2014-02-25 15:18:27 +05307#ifndef __MMC_MVSDIO_H
8#define __MMC_MVSDIO_H
Nicolas Pitre8235ee02009-02-14 03:15:55 -05009
10#include <linux/mbus.h>
11
12struct mvsdio_platform_data {
Nicolas Pitre8235ee02009-02-14 03:15:55 -050013 unsigned int clock;
14 int gpio_card_detect;
15 int gpio_write_protect;
16};
17
18#endif