xref: /linux/drivers/mmc/core/host.h (revision 8ea926b22e2d13238e4d65d8f61c48fe424e6f4f)
1b93931a6SPierre Ossman /*
2b93931a6SPierre Ossman  *  linux/drivers/mmc/core/host.h
3b93931a6SPierre Ossman  *
4b93931a6SPierre Ossman  *  Copyright (C) 2003 Russell King, All Rights Reserved.
5b93931a6SPierre Ossman  *  Copyright 2007 Pierre Ossman
6b93931a6SPierre Ossman  *
7b93931a6SPierre Ossman  * This program is free software; you can redistribute it and/or modify
8b93931a6SPierre Ossman  * it under the terms of the GNU General Public License version 2 as
9b93931a6SPierre Ossman  * published by the Free Software Foundation.
10b93931a6SPierre Ossman  */
11b93931a6SPierre Ossman #ifndef _MMC_CORE_HOST_H
12b93931a6SPierre Ossman #define _MMC_CORE_HOST_H
13b93931a6SPierre Ossman 
14b93931a6SPierre Ossman int mmc_register_host_class(void);
15b93931a6SPierre Ossman void mmc_unregister_host_class(void);
16b93931a6SPierre Ossman 
17*8ea926b2SAdrian Hunter void mmc_host_deeper_disable(struct work_struct *work);
18*8ea926b2SAdrian Hunter 
19b93931a6SPierre Ossman #endif
20b93931a6SPierre Ossman 
21