diff options
Diffstat (limited to 'net/inet/ncp.h')
-rw-r--r-- | net/inet/ncp.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net/inet/ncp.h b/net/inet/ncp.h deleted file mode 100644 index b12011c98..000000000 --- a/net/inet/ncp.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * - * Kernel support for NCP - * - * Mark Evans 1994 - * - */ - -#ifndef _NCP_H -#define _NCP_H - -#include <linux/ncp.h> - -struct ncp_info -{ - unsigned short conn; /* connection number */ - unsigned char seq; /* sequence number */ - ipx_socket *ncp; /* ncp socket */ - ipx_socket *watchdog; /* watchdog socket */ - ipx_socket *mail; /* mail socket */ -}; - -#define NCP_TIMEOUT (3*HZ) -#define MAX_TIMEOUT 15 - -#endif /* _NCP_H */ |