-
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: 281215 b: refs/heads/master c: a6707f8 h: refs/heads/master i: 281213: 847b058 281211: a7ef58f 281207: 60952ca 281199: 593fa05 281183: d4784d4 281151: cc7547b 281087: b89bda3 v: v3
- Loading branch information
Colin Cross
authored and
Greg Kroah-Hartman
committed
Nov 30, 2011
1 parent
94aaaed
commit 6931a60
Showing
3 changed files
with
58 additions
and
11 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: 2b374956f3afee5857c85b073d726be11f4d2e9b | ||
refs/heads/master: a6707f830e39ab5ef285d9155525eac5e500e55d |
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,22 @@ | ||
/* | ||
* Copyright (C) 2010 Google, Inc. | ||
* | ||
* This software is licensed under the terms of the GNU General Public | ||
* License version 2, as published by the Free Software Foundation, and | ||
* may be copied, distributed, and modified under those terms. | ||
* | ||
* 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. | ||
* | ||
*/ | ||
|
||
#ifndef _INCLUDE_LINUX_PLATFORM_DATA_RAM_CONSOLE_H_ | ||
#define _INCLUDE_LINUX_PLATFORM_DATA_RAM_CONSOLE_H_ | ||
|
||
struct ram_console_platform_data { | ||
const char *bootinfo; | ||
}; | ||
|
||
#endif /* _INCLUDE_LINUX_PLATFORM_DATA_RAM_CONSOLE_H_ */ |