Initial import from FreeBSD RELENG_4:
[dragonfly.git] / lib / libncp / ncp_mod.h
1 /*
2  * Describes all ncp_lib kernel functions
3  *
4  * $FreeBSD: src/lib/libncp/ncp_mod.h,v 1.1 1999/10/12 11:56:38 bp Exp $
5  */
6 #ifndef _NCP_MOD_H_
7 #define _NCP_MOD_H_
8
9 /* order of calls in syscall table relative to offset in system table */
10 #define NCP_SE(callno)          (callno+sysentoffset)
11 #define NCP_CONNSCAN            NCP_SE(0)
12 #define NCP_CONNECT             NCP_SE(1)
13 #define NCP_INTFN               NCP_SE(2)
14 #define SNCP_REQUEST            NCP_SE(3)
15
16 #endif /* !_NCP_MOD_H_ */