ulipSimsolaris.h
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- #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 1500
- int ReadUlip (int fd, char * buf, int len);
- int WriteUlip (int fd, char * buf, int len);
- #endif