|
#define | SL_DRIVER_VERSION "1.0.0.1" |
|
#define | SL_MAJOR_VERSION_NUM 1L |
|
#define | SL_MINOR_VERSION_NUM 0L |
|
#define | SL_VERSION_NUM 0L |
|
#define | SL_SUB_VERSION_NUM 1L |
|
#define | SL_RET_CODE_OK (0) |
|
#define | SL_RET_CODE_INVALID_INPUT (-2) |
|
#define | SL_RET_CODE_SELF_ERROR (-3) |
|
#define | SL_RET_CODE_NWP_IF_ERROR (-4) |
|
#define | SL_RET_CODE_MALLOC_ERROR (-5) |
|
#define | sl_Memcpy memcpy |
|
#define | sl_Memset memset |
|
#define | sl_SyncObjClear(pObj) sl_SyncObjWait(pObj,SL_OS_NO_WAIT) |
|
#define | SL_MAX_SOCKETS (8) |
|
#define | NULL (0) |
|
#define | FALSE (0) |
|
#define | TRUE (!FALSE) |
|
#define | OK (0) |
|
#define | _u8 unsigned char |
|
#define | _i8 signed char |
|
#define | _u16 unsigned short |
|
#define | _i16 signed short |
|
#define | _u32 unsigned long |
|
#define | _i32 signed long |
|
#define | _volatile volatile |
|
#define | _const const |
|