mmc: refactor host class handling

Move basic host class device handling to its own file for clarity.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
This commit is contained in:
Pierre Ossman
2007-05-19 14:06:24 +02:00
parent 4101c16a91
commit b93931a61a
7 changed files with 187 additions and 164 deletions

View File

@ -66,5 +66,9 @@ static inline void mmc_delay(unsigned int ms)
}
}
void mmc_rescan(struct work_struct *work);
void mmc_start_host(struct mmc_host *host);
void mmc_stop_host(struct mmc_host *host);
#endif