Thomas Gleixner | 2874c5f | 2019-05-27 08:55:01 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Thomas Abraham | 17403f2 | 2012-09-17 18:16:41 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Synopsys DesignWare Multimedia Card Interface Platform driver |
| 4 | * |
| 5 | * Copyright (C) 2012, Samsung Electronics Co., Ltd. |
Thomas Abraham | 17403f2 | 2012-09-17 18:16:41 +0000 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef _DW_MMC_PLTFM_H_ |
| 9 | #define _DW_MMC_PLTFM_H_ |
| 10 | |
Thomas Abraham | 800d78b | 2012-09-17 18:16:42 +0000 | [diff] [blame] | 11 | extern int dw_mci_pltfm_register(struct platform_device *pdev, |
Arnd Bergmann | 8e2b36e | 2012-11-06 22:55:31 +0100 | [diff] [blame] | 12 | const struct dw_mci_drv_data *drv_data); |
Bill Pemberton | 6e0ee71 | 2012-11-19 13:26:03 -0500 | [diff] [blame] | 13 | extern int dw_mci_pltfm_remove(struct platform_device *pdev); |
Thomas Abraham | 17403f2 | 2012-09-17 18:16:41 +0000 | [diff] [blame] | 14 | extern const struct dev_pm_ops dw_mci_pltfm_pmops; |
| 15 | |
| 16 | #endif /* _DW_MMC_PLTFM_H_ */ |