]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/staging/csr/csr_util.c
staging: csr: make CsrUInt16ToHex static
[karo-tx-linux.git] / drivers / staging / csr / csr_util.c
1 /*****************************************************************************
2
3             (c) Cambridge Silicon Radio Limited 2010
4             All rights reserved and confidential information of CSR
5
6             Refer to LICENSE.txt included with this source for details
7             on the license terms.
8
9 *****************************************************************************/
10
11 #include <linux/kernel.h>
12 #include <linux/module.h>
13 #include <stdarg.h>
14
15 #include "csr_pmem.h"
16 #include "csr_util.h"
17
18 MODULE_DESCRIPTION("CSR Operating System Kernel Abstraction");
19 MODULE_AUTHOR("Cambridge Silicon Radio Ltd.");
20 MODULE_LICENSE("GPL and additional rights");