David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Synopsys DesignWare Multimedia Card Interface Platform driver |
| 4 | * |
| 5 | * Copyright (C) 2012, Samsung Electronics Co., Ltd. |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef _DW_MMC_PLTFM_H_ |
| 9 | #define _DW_MMC_PLTFM_H_ |
| 10 | |
| 11 | extern int dw_mci_pltfm_register(struct platform_device *pdev, |
| 12 | const struct dw_mci_drv_data *drv_data); |
| 13 | extern int dw_mci_pltfm_remove(struct platform_device *pdev); |
| 14 | extern const struct dev_pm_ops dw_mci_pltfm_pmops; |
| 15 | |
| 16 | #endif /* _DW_MMC_PLTFM_H_ */ |