]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/mmc/host/sdhci-pltfm.h
mmc: sdhci-pltfm: move .h file into appropriate subdir
[net-next-2.6.git] / drivers / mmc / host / sdhci-pltfm.h
CommitLineData
515033f9
AV
1/*
2 * Copyright 2010 MontaVista Software, LLC.
3 *
4 * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10
11#ifndef _DRIVERS_MMC_SDHCI_PLTFM_H
12#define _DRIVERS_MMC_SDHCI_PLTFM_H
13
4b711cb1
WS
14#include <linux/clk.h>
15#include <linux/types.h>
d3b993dc 16#include <linux/mmc/sdhci-pltfm.h>
20b1597b 17
4b711cb1
WS
18struct sdhci_pltfm_host {
19 struct clk *clk;
20 u32 scratchpad; /* to handle quirks across io-accessor calls */
21};
22
20b1597b
AV
23extern struct sdhci_pltfm_data sdhci_cns3xxx_pdata;
24
515033f9 25#endif /* _DRIVERS_MMC_SDHCI_PLTFM_H */