Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Synopsys DesignWare Multimedia Card Interface Platform driver
0004  *
0005  * Copyright (C) 2012, Samsung Electronics Co., Ltd.
0006  */
0007 
0008 #ifndef _DW_MMC_PLTFM_H_
0009 #define _DW_MMC_PLTFM_H_
0010 
0011 extern int dw_mci_pltfm_register(struct platform_device *pdev,
0012                 const struct dw_mci_drv_data *drv_data);
0013 extern int dw_mci_pltfm_remove(struct platform_device *pdev);
0014 extern const struct dev_pm_ops dw_mci_pltfm_pmops;
0015 
0016 #endif /* _DW_MMC_PLTFM_H_ */