-
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: 208423 b: refs/heads/master c: 71578a1 h: refs/heads/master i: 208421: a4c99ff 208419: bae9fda 208415: dffa01d v: v3
- Loading branch information
Michal Miroslaw
authored and
Linus Torvalds
committed
Aug 11, 2010
1 parent
3cb673f
commit b98ba71
Showing
4 changed files
with
187 additions
and
120 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: 6da24b786ed1963a7f872c1899627968c76d17d7 | ||
refs/heads/master: 71578a1eaa7b8b9bd3efc9c97d77ef2b63d5dc2b |
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,17 @@ | ||
#ifndef _MMC_CORE_SD_H | ||
#define _MMC_CORE_SD_H | ||
|
||
#include <linux/mmc/card.h> | ||
|
||
extern struct device_type sd_type; | ||
|
||
int mmc_sd_get_cid(struct mmc_host *host, u32 ocr, u32 *cid); | ||
int mmc_sd_get_csd(struct mmc_host *host, struct mmc_card *card); | ||
void mmc_decode_cid(struct mmc_card *card); | ||
int mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card, | ||
bool reinit); | ||
unsigned mmc_sd_get_max_clock(struct mmc_card *card); | ||
int mmc_sd_switch_hs(struct mmc_card *card); | ||
void mmc_sd_go_highspeed(struct mmc_card *card); | ||
|
||
#endif |
Oops, something went wrong.