|
LinuxQMISDK
SLQS03.03.07
|
SWI data types. More...
Go to the source code of this file.
Macros | |
| #define | SWI_API |
| #define | QMI_NO_LTE_FW_SUPPORT 0 |
| #define | QMI_TLV_PLACEHOLDER 0x8F |
| #define | UNUSEDPARAM(x) (void)x |
Typedefs | |
| typedef unsigned long | ULONG |
| typedef unsigned long long | ULONGLONG |
| typedef signed char | INT8 |
| typedef unsigned char | BYTE |
| typedef char | CHAR |
| typedef unsigned short | WORD |
| typedef unsigned short | USHORT |
| typedef const char * | LPCSTR |
| typedef int | BOOL |
| typedef signed short | SHORT |
SWI data types.
Copyright: © 2011 Sierra Wireless Inc., all rights reserved
| #define QMI_NO_LTE_FW_SUPPORT 0 |
| #define QMI_TLV_PLACEHOLDER 0x8F |
| #define SWI_API |
| #define UNUSEDPARAM | ( | x | ) | (void)x |
Macro used to avoid “unused variable” compiler warnings generated due to the inclusion of the "-Wextra" flag in our make files.
| typedef int BOOL |
| typedef unsigned char BYTE |
| typedef char CHAR |
| typedef signed char INT8 |
| typedef const char* LPCSTR |
| typedef signed short SHORT |
| typedef unsigned long ULONG |
| typedef unsigned long long ULONGLONG |
| typedef unsigned short USHORT |
| typedef unsigned short WORD |