source: svn/trunk/newcon3bcm2_21bu/toolchain/mips-linux-uclibc/include/linux/if_plip.h

Last change on this file was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
  • Property svn:executable set to *
File size: 596 bytes
Line 
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
14#include <linux/sockios.h>
15
16#define SIOCDEVPLIP     SIOCDEVPRIVATE
17
18struct plipconf
19{
20        unsigned short pcmd;
21        unsigned long  nibble;
22        unsigned long  trigger;
23};
24
25#define PLIP_GET_TIMEOUT        0x1
26#define PLIP_SET_TIMEOUT        0x2
27
28#endif
Note: See TracBrowser for help on using the repository browser.