15 lines
410 B
C
15 lines
410 B
C
|
/*
|
||
|
* Copyright 2010 MontaVista Software, LLC.
|
||
|
*
|
||
|
* Author: Anton Vorontsov <avorontsov@ru.mvista.com>
|
||
|
*
|
||
|
* 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 _DRIVERS_MMC_SDHCI_PLTFM_H
|
||
|
#define _DRIVERS_MMC_SDHCI_PLTFM_H
|
||
|
|
||
|
#endif /* _DRIVERS_MMC_SDHCI_PLTFM_H */
|