-
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: 284698 b: refs/heads/master c: b67a1a0 h: refs/heads/master v: v3
- Loading branch information
Manuel Lauss
authored and
Ralf Baechle
committed
Dec 8, 2011
1 parent
da8caa7
commit 301b33f
Showing
4 changed files
with
206 additions
and
176 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: 1c043f16a01c144305e952025e883b55706f2450 | ||
refs/heads/master: b67a1a02d463b5b298cc718ca971738fe20f0ab9 |
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 @@ | ||
/* | ||
* platform data for the Au1550 NAND driver | ||
*/ | ||
|
||
#ifndef _AU1550ND_H_ | ||
#define _AU1550ND_H_ | ||
|
||
#include <linux/mtd/partitions.h> | ||
|
||
struct au1550nd_platdata { | ||
struct mtd_partition *parts; | ||
int num_parts; | ||
int devwidth; /* 0 = 8bit device, 1 = 16bit device */ | ||
}; | ||
|
||
#endif |
Oops, something went wrong.