ulipsimsolaris.h

来自「IXP425的BSP代码」· C头文件 代码 · 共 24 行

H
24
字号
#ifndef _ulip_io_h#define _ulip_io_h/* Copyright 1993-96 Wind River Systems, Inc. *//*modification history--------------------01a,07jun95,ism  Imported.*//* Description: Interface for direct access to ulip *              device driver.  The ulip driver is *              a DLPI device simliar to Ethernet's *              le0.  To talk directly to the *              device we need to wrap messages *              in DLPI protocol. */#define MAX_BUF_LEN 1500int ReadUlip  (int fd, char * buf, int len);int WriteUlip (int fd, char * buf, int len);#endif

⌨️ 快捷键说明

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