txc_os_platform.h
来自「TranSwitch Envoy CE2 & Envoy CE4 设备驱动及编程」· C头文件 代码 · 共 76 行
H
76 行
/*--------------------------------------------------------------------------
******* ****
* ***** ** * * * * * * ***** **** * *
* * * * * ** * * * * * * * * * *
* * * * * * * * **** * * * * * ******
* ***** ****** * * * * * ** * * * * * *
* * * * * * ** * * ** ** * * * * * *
* * * * * * * **** * * * * **** * *
Proprietary and Confidential
This program is made available only to customers and prospective customers
of TranSwitch Corporation under license and may be used only with TranSwitch
semi-conductor products.
Copyright(c) 2004 TranSwitch Inc.
|-----------------------------------------------------------------------|
| |
| ******** ****** |
| ** ** ** ** |
| ** ** ** * |
| ** ** ** |
| ** ** ** |
| ** ** ** |
| ** ** * *** |
| ** ** ** ** |
| ******** ****** |
| |
|-----------------------------------------------------------------------|
| OS Platform Header File |
|-----------------------------------------------------------------------|
| |
| Workfile: txc_os_platform.h |
| |
| Description: this file contains user OS portible parameters |
| |
-------------------------------------------------------------------------
Revision History
-------------------------------------------------------------------------
Rev # Date Author Description
----- ------ ------- -----------
1.0 06-Feb-01 R.Ruchandani Initial Revision.
1.1 09-Oct-02 R.Kuhnen Changed minor number
1.2 19-Dec-02 R.Kuhnen Changed minor number
-----------------------------------------------------------------------*/
#ifndef TXC_OS_PLATFORM_H
#define TXC_OS_PLATFORM_H
/***********************************************************************
** Defines **
***********************************************************************/
#define TXC_OS_MAJOR_VERSION 1
#define TXC_OS_MINOR_VERSION 4
#define TXC_OS_PATCH_VERSION 0
/***********************************************************************
** Structures **
***********************************************************************/
/***********************************************************************
** Exported Variables **
***********************************************************************/
/***********************************************************************
** Function Prototypes **
***********************************************************************/
#endif /* TXC_OS_PLATFORM_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?