libpack  SLQS03.03.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SwiDataTypes.h
Go to the documentation of this file.
1 
8 /*
9  * Copyright: © 2011-2015 Sierra Wireless Inc., all rights reserved
10  */
11 
12 #ifndef __SWI_DATA_TYPES_H
13 #define __SWI_DATA_TYPES_H
14 
15 #ifndef SWI_API
16 #define SWI_API
17 #endif /* SWI_API */
18 
19 /* Define for LTE specific implementation */
20 /* Need to remove both the defines when the FW has support for LTE */
21 #define QMI_NO_LTE_FW_SUPPORT 0
22 #define QMI_TLV_PLACEHOLDER 0x8F
23 
24 /* Type Definitions */
25 #ifdef ULONG_AS_UINT
26 typedef unsigned int ULONG;
27 #else
28 typedef unsigned long ULONG;
29 #endif
30 typedef unsigned long long ULONGLONG;
31 typedef signed char INT8;
32 typedef unsigned char BYTE;
33 typedef char CHAR;
34 typedef unsigned short WORD;
35 typedef unsigned short USHORT;
36 typedef const char * LPCSTR;
37 typedef int BOOL;
38 typedef signed short SHORT;
39 typedef signed int INT32;
40 typedef float FLOAT;
41 
46 #define UNUSEDPARAM( x ) (void)x
47 
48 #endif /* __SWI_DATA_TYPES_H */
char CHAR
Definition: SwiDataTypes.h:33
unsigned char BYTE
Definition: SwiDataTypes.h:32
signed char INT8
Definition: SwiDataTypes.h:31
signed short SHORT
Definition: SwiDataTypes.h:38
const char * LPCSTR
Definition: SwiDataTypes.h:36
signed int INT32
Definition: SwiDataTypes.h:39
unsigned short USHORT
Definition: SwiDataTypes.h:35
unsigned long long ULONGLONG
Definition: SwiDataTypes.h:30
unsigned long ULONG
Definition: SwiDataTypes.h:28
float FLOAT
Definition: SwiDataTypes.h:40
int BOOL
Definition: SwiDataTypes.h:37
unsigned short WORD
Definition: SwiDataTypes.h:34

Copyright (c) 2011-2015 Sierra Wireless, Inc. All rights reserved