phantom_globals.h

来自「QPSK Tuner details, for conexant chipset」· C头文件 代码 · 共 40 行

H
40
字号
#ifndef PHANTOM_GLOBALS_H_DEFINED
#define PHANTOM_GLOBALS_H_DEFINED

/* phantom_globals.h */
/*+++ *******************************************************************\
*
*  Abstract:
*
*       Contains global variables definitions and reference.
*
*  Created: 3/30/2004
*
*  Author: Amarnath Puttur
*
*  Copyright and Disclaimer: 
*  
*     --------------------------------------------------------------- 
*     This software is provided "AS IS" without warranty of any kind, 
*     either expressed or implied, including but not limited to the 
*     implied warranties of noninfringement, merchantability and/or 
*     fitness for a particular purpose.
*     --------------------------------------------------------------- 
*   
*     Copyright (c) 2004 Conexant Systems, Inc. 
*     All rights reserved. 
*
\******************************************************************* ---*/

#ifndef PHANTOM_EXTERN

extern  PHANTOM_NIM_LIST  phantom_nim_list;

#else  /* PHANTOM_EXTERN */

PHANTOM_NIM_LIST  phantom_nim_list;             /* list of active NIMs */

#endif /* PHANTOM_EXTERN */

#endif  /* #ifndef PHANTOM_GLOBALS_H_DEFINED */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?