Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
drivers
staging
csr
csr_panic.c
Go to the documentation of this file.
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
14
#include "
csr_panic.h
"
15
16
void
CsrPanic
(
u8
tech,
u16
reason
,
const
char
*
p
)
17
{
18
BUG_ON
(1);
19
}
20
EXPORT_SYMBOL_GPL
(
CsrPanic
);
Generated on Thu Jan 10 2013 14:27:36 for Linux Kernel by
1.8.2