ppp.h

来自「PPP协议C语言源程序」· C头文件 代码 · 共 63 行

H
63
字号
/***************************************************************************
*
*      Copyright (c) 1997 - 2001 by Accelerated Technology, Inc.
*
* PROPRIETARY RIGHTS of Accelerated Technology are involved in the subject
* matter of this material.  All manufacturing, reproduction, use and sales
* rights pertaining to this subject matter are governed by the license
* agreement.  The recipient of this software implicity accepts the terms
* of the license.
*
***************************************************************************/
/***************************************************************************
*
*   FILENAME                                                VERSION
*
*       PPP.H                                               2.4
*
*   COMPONENT
*
*       PPP
*
*   DESCRIPTION
*
*       This file remains for backward compatibility of the SDC.C driver,
*       which needs the declarations below. This file should not be added
*       to any application... use nu_ppp.h instead.
*
*   DATA STRUCTURES
*
*       None
*
*   DEPENDENCIES
*
*       ppp_opts.h
*       urt_defs.h
*       mdm_defs.h
*       lcp_defs.h
*       chp_defs.h
*       pap_defs.h
*       ncp_defs.h
*       ppp_defs.h
*       ppp_extr.h
*       lcp_extr.h
*       extr.h
*       mdm_extr.h
*       ncp_extr.h
*       chp_extr.h
*       pap_extr.h
*
***************************************************************************/
#ifndef PPP_H
#define PPP_H

#include "ppp/inc/nu_ppp.h"

extern DV_DEVICE_ENTRY *_ppp_tx_dev_ptr_queue[HDLC_MAX_TX_QUEUE_PTRS];
extern UINT8 _ppp_tx_dev_ptr_queue_write;
extern NU_HISR PPP_TX_HISR;

#define PPP_MAX_TX_QUEUE_PTRS HDLC_MAX_TX_QUEUE_PTRS

#endif

⌨️ 快捷键说明

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