blob: 68e7fd2f6148b64af06dd2b9be8c1f235240e4ad [file] [log] [blame]
Thomas Abraham17403f22012-09-17 18:16:41 +00001/*
2 * Synopsys DesignWare Multimedia Card Interface Platform driver
3 *
4 * Copyright (C) 2012, Samsung Electronics Co., Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 */
11
12#ifndef _DW_MMC_PLTFM_H_
13#define _DW_MMC_PLTFM_H_
14
Thomas Abraham800d78b2012-09-17 18:16:42 +000015extern int dw_mci_pltfm_register(struct platform_device *pdev,
Arnd Bergmann8e2b36e2012-11-06 22:55:31 +010016 const struct dw_mci_drv_data *drv_data);
Bill Pemberton6e0ee712012-11-19 13:26:03 -050017extern int dw_mci_pltfm_remove(struct platform_device *pdev);
Thomas Abraham17403f22012-09-17 18:16:41 +000018extern const struct dev_pm_ops dw_mci_pltfm_pmops;
19
20#endif /* _DW_MMC_PLTFM_H_ */