00001 00002 // // 00003 // $Revision: 1 $ // 00004 // // 00005 // Name : SwiDataTypes.h // 00006 // // 00007 // Purpose : SWI data types // 00008 // // 00009 // Copyright (c) 2003 Sierra Wireless, Inc. All rights reserved // 00010 // // 00012 00013 #ifndef __SWI_DATA_TYPES_H 00014 #define __SWI_DATA_TYPES_H 00015 00016 typedef unsigned long U32; 00017 typedef unsigned short U16; 00018 typedef unsigned char U8; 00019 typedef unsigned __int64 U64; 00020 00021 typedef long I32; 00022 typedef short I16; 00023 typedef char I8; 00024 00025 #endif // __SWI_DATA_TYPES_H