-
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: 303551 b: refs/heads/master c: 3e0c70d h: refs/heads/master i: 303549: 69cbdc5 303547: c4c21b0 303543: 403fbb3 303535: 3448a70 303519: e43c7df 303487: 0e16390 v: v3
- Loading branch information
Nobuhiro Iwamatsu
authored and
Greg Kroah-Hartman
committed
Apr 18, 2012
1 parent
b84944c
commit 246d115
Showing
3 changed files
with
37 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: 7af395922a9f2ba72f40a09641347b31cd1abad4 | ||
refs/heads/master: 3e0c70d050c7ed6d163897a6ac894f063c31b10f |
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,28 @@ | ||
/* | ||
* EHCI SuperH driver platform data | ||
* | ||
* Copyright (C) 2012 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | ||
* Copyright (C) 2012 Renesas Solutions Corp. | ||
* | ||
* 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; version 2 of the License. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to the Free Software | ||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | ||
*/ | ||
|
||
#ifndef __USB_EHCI_SH_H | ||
#define __USB_EHCI_SH_H | ||
|
||
struct ehci_sh_platdata { | ||
void (*phy_init)(void); /* Phy init function */ | ||
}; | ||
|
||
#endif /* __USB_EHCI_SH_H */ |