-
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.
yaml --- r: 173503 b: refs/heads/master c: be9cd7b h: refs/heads/master i: 173501: abf483d 173499: 017a42d 173495: c7da94d 173487: c407041 173471: a99da6f 173439: 2f7c7f3 v: v3
- Loading branch information
Magnus Damm
authored and
Paul Mundt
committed
Nov 30, 2009
1 parent
d1c4af9
commit db816d3
Showing
3 changed files
with
20 additions
and
1 deletion.
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: c60f55fa1f82984bbb168c7721db893451f9de6c | ||
refs/heads/master: be9cd7b6f84fd0cc59c8770771073b5c66f958ac |
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,8 @@ | ||
#ifndef __SH_MOBILE_SDHI_H__ | ||
#define __SH_MOBILE_SDHI_H__ | ||
|
||
struct sh_mobile_sdhi_info { | ||
void (*set_pwr)(struct platform_device *pdev, int state); | ||
}; | ||
|
||
#endif /* __SH_MOBILE_SDHI_H__ */ |