tizen 2.4 release
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / drivers / mmc / host / sdhost_debugfs.h
1 /*
2  *  linux/drivers/mmc/host/sdhost_debugfs.h - Secure Digital Host Controller Interface driver
3  *
4  *  Copyright (C) 2014-2014 Jason.Wu(Jishuang.Wu), All Rights Reserved.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or (at
9  * your option) any later version.
10  *
11  */
12
13 #ifndef _SDHOST_DEBUGFS_H_
14 #define _SDHOST_DEBUGFS_H_
15
16 #include "sdhost.h"
17
18 void sdhost_add_debugfs(struct sdhost_host *host);
19 void dumpSDIOReg(struct sdhost_host *host);
20
21 #endif