avnet.h
来自「AMLOGIC DPF source code」· C头文件 代码 · 共 39 行
H
39 行
/*******************************************************************
*
* 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 + =
减小字号Ctrl + -
显示快捷键?