xref: /linux/drivers/mmc/host/dw_mmc-pltfm.h (revision 17403f235e94dcccf95b43138b197c4de2ab6816)
1*17403f23SThomas Abraham /*
2*17403f23SThomas Abraham  * Synopsys DesignWare Multimedia Card Interface Platform driver
3*17403f23SThomas Abraham  *
4*17403f23SThomas Abraham  * Copyright (C) 2012, Samsung Electronics Co., Ltd.
5*17403f23SThomas Abraham  *
6*17403f23SThomas Abraham  * This program is free software; you can redistribute it and/or modify
7*17403f23SThomas Abraham  * it under the terms of the GNU General Public License as published by
8*17403f23SThomas Abraham  * the Free Software Foundation; either version 2 of the License, or
9*17403f23SThomas Abraham  * (at your option) any later version.
10*17403f23SThomas Abraham  */
11*17403f23SThomas Abraham 
12*17403f23SThomas Abraham #ifndef _DW_MMC_PLTFM_H_
13*17403f23SThomas Abraham #define _DW_MMC_PLTFM_H_
14*17403f23SThomas Abraham 
15*17403f23SThomas Abraham extern int dw_mci_pltfm_register(struct platform_device *pdev);
16*17403f23SThomas Abraham extern int __devexit dw_mci_pltfm_remove(struct platform_device *pdev);
17*17403f23SThomas Abraham extern const struct dev_pm_ops dw_mci_pltfm_pmops;
18*17403f23SThomas Abraham 
19*17403f23SThomas Abraham #endif /* _DW_MMC_PLTFM_H_ */
20