|
@@ -1,33 +0,0 @@
|
|
|
-#ifndef CSR_TYPES_H__
|
|
|
-#define CSR_TYPES_H__
|
|
|
-/*****************************************************************************
|
|
|
-
|
|
|
- (c) Cambridge Silicon Radio Limited 2010
|
|
|
- All rights reserved and confidential information of CSR
|
|
|
-
|
|
|
- Refer to LICENSE.txt included with this source for details
|
|
|
- on the license terms.
|
|
|
-
|
|
|
-*****************************************************************************/
|
|
|
-
|
|
|
-#include <linux/stddef.h>
|
|
|
-#include <linux/kernel.h>
|
|
|
-#include <linux/types.h>
|
|
|
-#include <linux/string.h>
|
|
|
-#include <asm/byteorder.h>
|
|
|
-
|
|
|
-#ifdef __cplusplus
|
|
|
-extern "C" {
|
|
|
-#endif
|
|
|
-
|
|
|
-#undef FALSE
|
|
|
-#define FALSE (0)
|
|
|
-
|
|
|
-#undef TRUE
|
|
|
-#define TRUE (1)
|
|
|
-
|
|
|
-#ifdef __cplusplus
|
|
|
-}
|
|
|
-#endif
|
|
|
-
|
|
|
-#endif
|