⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 txc_os_platform.h

📁 TranSwitch Envoy CE2 & Envoy CE4 设备驱动及编程指南
💻 H
字号:
/*--------------------------------------------------------------------------

  *******                           ****
     *     *****     **    *    *  *       *    *   *  *****   ****   *    *
     *     *    *   *  *   **   *  *       *    *   *    *    *    *  *    *
     *     *    *  *    *  * *  *   ****   *    *   *    *    *       ******
     *     *****   ******  *  * *       *  * ** *   *    *    *       *    *
     *     *   *   *    *  *   **  *    *  **  **   *    *    *    *  *    *
     *     *    *  *    *  *    *   ****   *    *   *    *     ****   *    *

                        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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -