-
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: 322323 b: refs/heads/master c: ee21ae6 h: refs/heads/master i: 322321: 17c8737 322319: 225106f v: v3
- Loading branch information
Tushar Behera
authored and
Kukjin Kim
committed
Aug 8, 2012
1 parent
96c5190
commit 6c1cd5c
Showing
3 changed files
with
43 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: 70d291b215721ce60bde5761e3eaf6a15f7d7671 | ||
refs/heads/master: ee21ae6809e22676cd014ce02ec3b3387b436aa5 |
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,16 @@ | ||
/* | ||
* 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 __PLAT_SAMSUNG_HDMI_H | ||
#define __PLAT_SAMSUNG_HDMI_H __FILE__ | ||
|
||
extern void s5p_hdmi_set_platdata(struct i2c_board_info *hdmiphy_info, | ||
struct i2c_board_info *mhl_info, int mhl_bus); | ||
|
||
#endif /* __PLAT_SAMSUNG_HDMI_H */ |