00001
00010 #ifndef __SWI_DATA_TYPES_H
00011 #define __SWI_DATA_TYPES_H
00012
00013 #ifndef SWI_API
00014 #define SWI_API
00015 #endif
00016
00017
00018
00019 #define QMI_NO_LTE_FW_SUPPORT 0
00020 #define QMI_TLV_PLACEHOLDER 0x8F
00021
00022
00023 typedef unsigned long ULONG;
00024 typedef unsigned long long ULONGLONG;
00025 typedef signed char INT8;
00026 typedef unsigned char BYTE;
00027 typedef char CHAR;
00028 typedef unsigned short WORD;
00029 typedef unsigned short USHORT;
00030 typedef const char * LPCSTR;
00031 typedef int BOOL;
00032 typedef signed short SHORT;
00033
00038 #define UNUSEDPARAM( x ) (void)x
00039
00040 #endif