blob: 2d50d7da2e3687a4968d7ac7e57f2c0c1926e732 [file] [log] [blame]
Thomas Gleixner2874c5f2019-05-27 08:55:01 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Thomas Abraham17403f22012-09-17 18:16:41 +00002/*
3 * Synopsys DesignWare Multimedia Card Interface Platform driver
4 *
5 * Copyright (C) 2012, Samsung Electronics Co., Ltd.
Thomas Abraham17403f22012-09-17 18:16:41 +00006 */
7
8#ifndef _DW_MMC_PLTFM_H_
9#define _DW_MMC_PLTFM_H_
10
Thomas Abraham800d78b2012-09-17 18:16:42 +000011extern int dw_mci_pltfm_register(struct platform_device *pdev,
Arnd Bergmann8e2b36e2012-11-06 22:55:31 +010012 const struct dw_mci_drv_data *drv_data);
Bill Pemberton6e0ee712012-11-19 13:26:03 -050013extern int dw_mci_pltfm_remove(struct platform_device *pdev);
Thomas Abraham17403f22012-09-17 18:16:41 +000014extern const struct dev_pm_ops dw_mci_pltfm_pmops;
15
16#endif /* _DW_MMC_PLTFM_H_ */