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

📄 ulipsimsolaris.h

📁 IXP425的BSP代码
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -