-
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: 204579 b: refs/heads/master c: 61bfbdb h: refs/heads/master i: 204577: 25acc70 204575: 5d3250e v: v3
- Loading branch information
Lars-Peter Clausen
authored and
Ralf Baechle
committed
Aug 5, 2010
1 parent
340e395
commit f0f9cbb
Showing
5 changed files
with
1,055 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: ba01d6ec04f6d1d983101eb527caa96318fc1017 | ||
refs/heads/master: 61bfbdb856879cff583fe53b2ab6ae907faedee7 |
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,15 @@ | ||
#ifndef __LINUX_MMC_JZ4740_MMC | ||
#define __LINUX_MMC_JZ4740_MMC | ||
|
||
struct jz4740_mmc_platform_data { | ||
int gpio_power; | ||
int gpio_card_detect; | ||
int gpio_read_only; | ||
unsigned card_detect_active_low:1; | ||
unsigned read_only_active_low:1; | ||
unsigned power_active_low:1; | ||
|
||
unsigned data_1bit:1; | ||
}; | ||
|
||
#endif |
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
Oops, something went wrong.