summaryrefslogtreecommitdiff
path: root/drivers/misc/sdiodev/sdio_dev_test.h
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-08-30 08:25:59 +0000
committerYuval Adam <_@yuv.al>2017-08-30 08:25:59 +0000
commit8e4bff4cab0ddac6060645b0715210484d02ff40 (patch)
tree3a5c3024371a04692a3a6d9974d001cdff8ebf84 /drivers/misc/sdiodev/sdio_dev_test.h
Initial file dump from open source releaseHEADmaster
Diffstat (limited to 'drivers/misc/sdiodev/sdio_dev_test.h')
-rw-r--r--drivers/misc/sdiodev/sdio_dev_test.h47
1 files changed, 47 insertions, 0 deletions
diff --git a/drivers/misc/sdiodev/sdio_dev_test.h b/drivers/misc/sdiodev/sdio_dev_test.h
new file mode 100644
index 00000000..1259e9ec
--- /dev/null
+++ b/drivers/misc/sdiodev/sdio_dev_test.h
@@ -0,0 +1,47 @@
+/*
+ * Copyright (C) 2013 Spreadtrum Communications Inc.
+ *
+ * Filename : sdio_dev.h
+ * Abstract : This file is a implementation for itm sipc command/event function
+ *
+ * Authors : gaole.zhang
+ *
+ *
+ * This software is licensed under the terms of the GNU General Public
+ * License version 2, as published by the Free Software Foundation, and
+ * may be copied, distributed, and modified under those terms.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+#ifndef __SDIO_DEV_TEST_H__
+#define __SDIO_DEV_TEST_H__
+
+void gaole_creat_test(void);
+
+
+#if defined(SDIO_TEST_CASE4)
+void case4_workq_handler(void);
+
+#endif
+
+
+#if defined(SDIO_TEST_CASE5)
+void case5_workq_handler(void);
+#endif
+
+#if defined(SDIO_TEST_CASE6)
+void case6_workq_handler(void);
+
+#endif
+
+
+
+#if defined(SDIO_TEST_CASE9)
+void case9_workq_handler(void);
+#endif
+
+
+#endif//__SDIO_DEV_TEST_H__