xref: /OK3568_Linux_fs/kernel/drivers/mmc/host/dw_mmc-pltfm.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0-or-later */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * Synopsys DesignWare Multimedia Card Interface Platform driver
4*4882a593Smuzhiyun  *
5*4882a593Smuzhiyun  * Copyright (C) 2012, Samsung Electronics Co., Ltd.
6*4882a593Smuzhiyun  */
7*4882a593Smuzhiyun 
8*4882a593Smuzhiyun #ifndef _DW_MMC_PLTFM_H_
9*4882a593Smuzhiyun #define _DW_MMC_PLTFM_H_
10*4882a593Smuzhiyun 
11*4882a593Smuzhiyun extern int dw_mci_pltfm_register(struct platform_device *pdev,
12*4882a593Smuzhiyun 				const struct dw_mci_drv_data *drv_data);
13*4882a593Smuzhiyun extern int dw_mci_pltfm_remove(struct platform_device *pdev);
14*4882a593Smuzhiyun extern const struct dev_pm_ops dw_mci_pltfm_pmops;
15*4882a593Smuzhiyun 
16*4882a593Smuzhiyun #endif /* _DW_MMC_PLTFM_H_ */
17