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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user