Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / drivers / staging / csr / csr_panic.c
blob353a829bb74c9f9b05c82a1f9733d435f4e7f7e6
1 /*****************************************************************************
3 (c) Cambridge Silicon Radio Limited 2010
4 All rights reserved and confidential information of CSR
6 Refer to LICENSE.txt included with this source for details
7 on the license terms.
9 *****************************************************************************/
11 #include <linux/kernel.h>
12 #include <linux/version.h>
13 #include <linux/module.h>
15 #include "csr_panic.h"
17 void CsrPanic(u8 tech, u16 reason, const char *p)
19 BUG_ON(1);
21 EXPORT_SYMBOL_GPL(CsrPanic);