-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thomas Abraham
authored and
Chris Ball
committed
Oct 3, 2012
1 parent
d6a738a
commit d2bf620
Showing
3 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: c91eab4b2564f2424268113ab348eacf9381c2d9 | ||
refs/heads/master: 17403f235e94dcccf95b43138b197c4de2ab6816 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
* Synopsys DesignWare Multimedia Card Interface Platform driver | ||
* | ||
* Copyright (C) 2012, Samsung Electronics Co., Ltd. | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
*/ | ||
|
||
#ifndef _DW_MMC_PLTFM_H_ | ||
#define _DW_MMC_PLTFM_H_ | ||
|
||
extern int dw_mci_pltfm_register(struct platform_device *pdev); | ||
extern int __devexit dw_mci_pltfm_remove(struct platform_device *pdev); | ||
extern const struct dev_pm_ops dw_mci_pltfm_pmops; | ||
|
||
#endif /* _DW_MMC_PLTFM_H_ */ |