-
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.
- Loading branch information
Ben Dooks
authored and
Pierre Ossman
committed
Jul 15, 2008
1 parent
ba55e59
commit fd3001f
Showing
4 changed files
with
55 additions
and
4 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: d643b5f7e0793ef7828a35a5ea049d675ad2ad8c | ||
refs/heads/master: edb5a98e43682d66c98ddd1dee863d867807546e |
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
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,12 @@ | ||
#ifndef _ARCH_MCI_H | ||
#define _ARCH_MCI_H | ||
|
||
struct s3c24xx_mci_pdata { | ||
unsigned int gpio_detect; | ||
unsigned int gpio_wprotect; | ||
unsigned long ocr_avail; | ||
void (*set_power)(unsigned char power_mode, | ||
unsigned short vdd); | ||
}; | ||
|
||
#endif /* _ARCH_NCI_H */ |