xref: /linux/drivers/mmc/host/sdhci-pltfm.h (revision 515033f97c0b5a1bce13fa93e09704d95b44f376)
1*515033f9SAnton Vorontsov /*
2*515033f9SAnton Vorontsov  * Copyright 2010 MontaVista Software, LLC.
3*515033f9SAnton Vorontsov  *
4*515033f9SAnton Vorontsov  * Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5*515033f9SAnton Vorontsov  *
6*515033f9SAnton Vorontsov  * This program is free software; you can redistribute it and/or modify
7*515033f9SAnton Vorontsov  * it under the terms of the GNU General Public License version 2 as
8*515033f9SAnton Vorontsov  * published by the Free Software Foundation.
9*515033f9SAnton Vorontsov  */
10*515033f9SAnton Vorontsov 
11*515033f9SAnton Vorontsov #ifndef _DRIVERS_MMC_SDHCI_PLTFM_H
12*515033f9SAnton Vorontsov #define _DRIVERS_MMC_SDHCI_PLTFM_H
13*515033f9SAnton Vorontsov 
14*515033f9SAnton Vorontsov #endif /* _DRIVERS_MMC_SDHCI_PLTFM_H */
15