pktif.h

来自「picoos源码。The RTOS and the TCP/IP stack 」· C头文件 代码 · 共 15 行

H
15
字号

#ifndef _PKTIF_H
#define _PKTIF_H


/* This function initializes the software interface part
 * of the NIC driver.
 * Before this function can be called, you must also
 * call pktdrv_start() from pkdrv.h.
 */
extern err_t pktif_init(struct netif *netif);


#endif /* _PKTIF_H */

⌨️ 快捷键说明

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