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

📄 avnet.h

📁 AMLOGIC DPF source code
💻 H
字号:
/*******************************************************************
 * 
 *  Copyright C 2004 by Amlogic, Inc. All Rights Reserved.
 *
 *  Description: Network stack initialization declaration
 *
 * Created: Thu Sep 30 13:38:08 2004, Eric Knudstrup
 *
 *******************************************************************/

#ifndef AVNET_H
#define AVNET_H



/*;emacs generated header for file avnet.c. Global function declarations only. */
/*
 * Initialize the proper network interface for the architecture
 */
extern void
interfaces_init (void);

/*
 * Initialize sockets subsystem
 */
extern void
sockets_init (void);

/*
 * Core protocol initialization
 */
extern void
ipcore_init (void);


/*;end emacs generated header for file avnet.c. Global function declarations only. */

#endif

⌨️ 快捷键说明

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