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