if_plip.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * NET3 PLIP tuning facilities for the new Niibe PLIP.
  3.  *
  4.  * This program is free software; you can redistribute it and/or
  5.  * modify it under the terms of the GNU General Public License
  6.  * as published by the Free Software Foundation; either version
  7.  * 2 of the License, or (at your option) any later version.
  8.  *
  9.  */
  10.  
  11. #ifndef _LINUX_IF_PLIP_H
  12. #define _LINUX_IF_PLIP_H
  13. #include <linux/sockios.h>
  14. #define SIOCDEVPLIP SIOCDEVPRIVATE
  15. struct plipconf
  16. {
  17. unsigned short pcmd;
  18. unsigned long  nibble;
  19. unsigned long  trigger;
  20. };
  21. #define PLIP_GET_TIMEOUT 0x1
  22. #define PLIP_SET_TIMEOUT 0x2
  23. #endif