LinuxQMISDK  SLQS03.03.07
SwiDataTypes.h
Go to the documentation of this file.
1 
10 #ifndef __SWI_DATA_TYPES_H
11 #define __SWI_DATA_TYPES_H
12 
13 #ifndef SWI_API
14 #define SWI_API
15 #endif /* SWI_API */
16 
17 /* Define for LTE specific implementation */
18 /* Need to remove both the defines when the FW has support for LTE */
19 #define QMI_NO_LTE_FW_SUPPORT 0
20 #define QMI_TLV_PLACEHOLDER 0x8F
21 
22 /* Type Definitions */
23 typedef unsigned long ULONG;
24 typedef unsigned long long ULONGLONG;
25 typedef signed char INT8;
26 typedef unsigned char BYTE;
27 typedef char CHAR;
28 typedef unsigned short WORD;
29 typedef unsigned short USHORT;
30 typedef const char * LPCSTR;
31 typedef int BOOL;
32 typedef signed short SHORT;
33 
38 #define UNUSEDPARAM( x ) (void)x
39 
40 #endif /* __SWI_DATA_TYPES_H */
char CHAR
Definition: SwiDataTypes.h:27
unsigned char BYTE
Definition: SwiDataTypes.h:26
signed char INT8
Definition: SwiDataTypes.h:25
signed short SHORT
Definition: SwiDataTypes.h:32
const char * LPCSTR
Definition: SwiDataTypes.h:30
unsigned short USHORT
Definition: SwiDataTypes.h:29
unsigned long long ULONGLONG
Definition: SwiDataTypes.h:24
unsigned long ULONG
Definition: SwiDataTypes.h:23
int BOOL
Definition: SwiDataTypes.h:31
unsigned short WORD
Definition: SwiDataTypes.h:28

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