1139749Simp/*-
2123120Simp * Defines for Cronyx-Tau adapter driver.
3123120Simp *
4125816Srik * Copyright (C) 1999-2004 Cronyx Engineering.
5123120Simp * Author: Kurakin Roman, <rik@cronyx.ru>
6123120Simp *
7123120Simp * This software is distributed with NO WARRANTIES, not even the implied
8123120Simp * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9123120Simp *
10123120Simp * Authors grant any other persons or organisations a permission to use,
11123120Simp * modify and redistribute this software in source and binary forms,
12123120Simp * as long as this message is kept with the software, all derivative
13123120Simp * works or modified versions.
14123120Simp *
15125816Srik * Cronyx Id: ng_cx.h,v 1.1.2.3 2004/01/27 14:39:11 rik Exp $
16123120Simp * $FreeBSD$
17123120Simp */
18123120Simp
19123120Simp#ifdef NETGRAPH
20123120Simp
21123120Simp#ifndef _CX_NETGRAPH_H_
22123120Simp#define _CX_NETGRAPH_H_
23123120Simp
24123120Simp#define NG_CX_NODE_TYPE		"cx"
25123120Simp#define NGM_CX_COOKIE		942763600
26123120Simp#define NG_CX_HOOK_RAW		"rawdata"
27123120Simp#define NG_CX_HOOK_DEBUG	"debug"
28123120Simp
29123120Simp#endif /* _CX_NETGRAPH_H_ */
30123120Simp
31123120Simp#endif /* NETGRAPH */
32