memstick: add memstick_suspend/resume_host methods
Bus driver may need to be informed that host is being suspended/resumed. Signed-off-by: Alex Dubov <oakad@yahoo.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
e1f19995f5
commit
d114ad54ff
@@ -312,6 +312,8 @@ int memstick_add_host(struct memstick_host *host);
|
||||
void memstick_remove_host(struct memstick_host *host);
|
||||
void memstick_free_host(struct memstick_host *host);
|
||||
void memstick_detect_change(struct memstick_host *host);
|
||||
void memstick_suspend_host(struct memstick_host *host);
|
||||
void memstick_resume_host(struct memstick_host *host);
|
||||
|
||||
void memstick_init_req_sg(struct memstick_request *mrq, unsigned char tpc,
|
||||
struct scatterlist *sg);
|
||||
|
Reference in New Issue
Block a user