summaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr/sdioemb/csr_result.h
blob: 9813f3f86ee65a8393f35e59b5ad086b671b6100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Synergy compatible API -- common result codes.
 *
 * Copyright (C) 2010 Cambridge Silicon Radio Ltd.
 *
 * Refer to LICENSE.txt included with this source code for details on
 * the license terms.
 */
#ifndef CSR_RESULT_H__
#define CSR_RESULT_H__

typedef CsrUint16 CsrResult;
#define CSR_RESULT_SUCCESS ((CsrResult) 0x0000)
#define CSR_RESULT_FAILURE ((CsrResult) 0xffff)

#endif