xref: /linux/drivers/mmc/host/dw_mmc-pltfm.h (revision 800d78bfccb3d38116abfda2a5b9c8afdbd5ea21)
117403f23SThomas Abraham /*
217403f23SThomas Abraham  * Synopsys DesignWare Multimedia Card Interface Platform driver
317403f23SThomas Abraham  *
417403f23SThomas Abraham  * Copyright (C) 2012, Samsung Electronics Co., Ltd.
517403f23SThomas Abraham  *
617403f23SThomas Abraham  * This program is free software; you can redistribute it and/or modify
717403f23SThomas Abraham  * it under the terms of the GNU General Public License as published by
817403f23SThomas Abraham  * the Free Software Foundation; either version 2 of the License, or
917403f23SThomas Abraham  * (at your option) any later version.
1017403f23SThomas Abraham  */
1117403f23SThomas Abraham 
1217403f23SThomas Abraham #ifndef _DW_MMC_PLTFM_H_
1317403f23SThomas Abraham #define _DW_MMC_PLTFM_H_
1417403f23SThomas Abraham 
15*800d78bfSThomas Abraham extern int dw_mci_pltfm_register(struct platform_device *pdev,
16*800d78bfSThomas Abraham 				struct dw_mci_drv_data *drv_data);
1717403f23SThomas Abraham extern int __devexit dw_mci_pltfm_remove(struct platform_device *pdev);
1817403f23SThomas Abraham extern const struct dev_pm_ops dw_mci_pltfm_pmops;
1917403f23SThomas Abraham 
2017403f23SThomas Abraham #endif /* _DW_MMC_PLTFM_H_ */
21