ncvirtep.h
来自「CE下 NET2778 NDIS Drivers, 在每个平台上都可以使用」· C头文件 代码 · 共 49 行
H
49 行
/******************************************************************************
Copyright (C) 2004, NetChip Technology, Inc. (http://www.netchip.com)
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
NCVIRTEP.H
XXXXXXXXXXXXXXXXXXXXXXX Comments please!
NetChip support: If you have technical problems, comments or feedback about this product,
please contact us: support@netchip.com. Please write "Firmware API" in the subject.
In the body, please provide the software release code (e.g. RE010203), the application
filename, the NetChip chip you are using, plus any helpful details.
******************************************************************************/
///////////////////////////////////////////////////////////////////////////////
#ifndef NCVIRTEP_H
#define NCVIRTEP_H
///////////////////////////////////////////////////////////////////////////////
PNC_ENDPOINT_OBJECT
FindNextNakingVirtualEp(
void
);
///////////////////////////////////////////////////////////////////////////////
NCSTATUS
ReassignBestEndpoint(
PNC_ENDPOINT_OBJECT NextEndpoint
);
///////////////////////////////////////////////////////////////////////////////
void
RestartTransfer(
PNC_ENDPOINT_OBJECT Endpoint
);
///////////////////////////////////////////////////////////////////////////////
#endif // NCVIRTEP_H
///////////////////////////////////////////////////////////////////////////////
// End of file
///////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?