]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libncp/ncp_mod.h
This commit was generated by cvs2svn to compensate for changes in r104752,
[FreeBSD/FreeBSD.git] / lib / libncp / ncp_mod.h
1 /*
2  * Describes all ncp_lib kernel functions
3  *
4  * $FreeBSD$
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_ */