ulipSimsolaris.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. #ifndef _ulip_io_h
  2. #define _ulip_io_h
  3. /* Copyright 1993-96 Wind River Systems, Inc. */
  4. /*
  5. modification history
  6. --------------------
  7. 01a,07jun95,ism  Imported.
  8. */
  9. /* Description: Interface for direct access to ulip
  10.  *              device driver.  The ulip driver is
  11.  *              a DLPI device simliar to Ethernet's
  12.  *              le0.  To talk directly to the
  13.  *              device we need to wrap messages
  14.  *              in DLPI protocol.
  15.  */
  16. #define MAX_BUF_LEN 1500
  17. int ReadUlip  (int fd, char * buf, int len);
  18. int WriteUlip (int fd, char * buf, int len);
  19. #endif