Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nouveau...
[deliverable/linux.git] / drivers / staging / csr / csr_result.h
1 #ifndef CSR_RESULT_H__
2 #define CSR_RESULT_H__
3 /*****************************************************************************
4
5 (c) Cambridge Silicon Radio Limited 2010
6 All rights reserved and confidential information of CSR
7
8 Refer to LICENSE.txt included with this source for details
9 on the license terms.
10
11 *****************************************************************************/
12
13 typedef u16 CsrResult;
14 #define CSR_RESULT_SUCCESS ((CsrResult) 0x0000)
15 #define CSR_RESULT_FAILURE ((CsrResult) 0xFFFF)
16
17 #endif
This page took 0.03096 seconds and 5 git commands to generate.