Staging: add CSR Wifi "os helper" module
[platform/kernel/linux-rpi.git] / drivers / staging / csr / oska / oska_module.c
1 /*
2  * Linux kernel module support.
3  *
4  * Copyright (C) 2010 Cambridge Silicon Radio Ltd.
5  *
6  * Refer to LICENSE.txt included with this source code for details on
7  * the license terms.
8  */
9 #include <linux/module.h>
10
11 #include "all.h"
12 #include "refcount.h"
13
14 EXPORT_SYMBOL(os_refcount_init);
15 EXPORT_SYMBOL(os_refcount_destroy);
16 EXPORT_SYMBOL(os_refcount_get);
17 EXPORT_SYMBOL(os_refcount_put);
18
19 MODULE_DESCRIPTION("Operating System Kernel Abstraction");
20 MODULE_AUTHOR("Cambridge Silicon Radio Ltd.");
21 MODULE_LICENSE("GPL and additional rights");