summaryrefslogtreecommitdiffstats
path: root/lib/libncp/ncp_mod.h
blob: 4bdc39af3d07fa0a11e9f048de33956a003549e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Describes all ncp_lib kernel functions
 *
 * $FreeBSD$
 */
#ifndef _NCP_MOD_H_
#define _NCP_MOD_H_

/* order of calls in syscall table relative to offset in system table */
#define	NCP_SE(callno)		(callno+sysentoffset)
#define	NCP_CONNSCAN		NCP_SE(0)
#define	NCP_CONNECT		NCP_SE(1)
#define	NCP_INTFN		NCP_SE(2)
#define	SNCP_REQUEST		NCP_SE(3)

#endif /* !_NCP_MOD_H_ */
OpenPOWER on IntegriCloud