xref: /NextBSD/sys/dev/ctau/ng_ct.h (revision eb1a5f8de9f7ea602c373a710f531abbf81141c4)
1 /*-
2  * Defines for Cronyx-Tau adapter driver.
3  *
4  * Copyright (C) 1999-2004 Cronyx Engineering.
5  * Author: Kurakin Roman, <rik@cronyx.ru>
6  *
7  * This software is distributed with NO WARRANTIES, not even the implied
8  * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9  *
10  * Authors grant any other persons or organisations a permission to use,
11  * modify and redistribute this software in source and binary forms,
12  * as long as this message is kept with the software, all derivative
13  * works or modified versions.
14  *
15  * Cronyx Id: ng_ct.h,v 1.1.2.3 2004/01/27 14:39:11 rik Exp $
16  * $FreeBSD$
17  */
18 
19 #ifdef NETGRAPH
20 
21 #ifndef _CT_NETGRAPH_H_
22 #define _CT_NETGRAPH_H_
23 
24 #define NG_CT_NODE_TYPE		"ct"
25 #define NGM_CT_COOKIE		942835777
26 #define NG_CT_HOOK_RAW		"rawdata"
27 #define NG_CT_HOOK_DEBUG	"debug"
28 
29 #endif /* _CT_NETGRAPH_H_ */
30 
31 #endif /* NETGRAPH */
32