diff options
Diffstat (limited to 'drivers/misc/sdiodev/sdio_dev_test.h')
| -rw-r--r-- | drivers/misc/sdiodev/sdio_dev_test.h | 47 |
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__ |
