12874c5fdSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */ 217403f23SThomas Abraham /* 317403f23SThomas Abraham * Synopsys DesignWare Multimedia Card Interface Platform driver 417403f23SThomas Abraham * 517403f23SThomas Abraham * Copyright (C) 2012, Samsung Electronics Co., Ltd. 617403f23SThomas Abraham */ 717403f23SThomas Abraham 817403f23SThomas Abraham #ifndef _DW_MMC_PLTFM_H_ 917403f23SThomas Abraham #define _DW_MMC_PLTFM_H_ 1017403f23SThomas Abraham 11800d78bfSThomas Abraham extern int dw_mci_pltfm_register(struct platform_device *pdev, 128e2b36eaSArnd Bergmann const struct dw_mci_drv_data *drv_data); 13*982fe2e0SUwe Kleine-König extern void dw_mci_pltfm_remove(struct platform_device *pdev); 1417403f23SThomas Abraham extern const struct dev_pm_ops dw_mci_pltfm_pmops; 1517403f23SThomas Abraham 1617403f23SThomas Abraham #endif /* _DW_MMC_PLTFM_H_ */ 17