1139749Simp/*-
2128967Srik * Defines for Cronyx-Tau-PCI adapter driver.
3128967Srik *
4128967Srik * Copyright (C) 1999-2004 Cronyx Engineering.
5128967Srik * Author: Kurakin Roman, <rik@cronyx.ru>
6128967Srik *
7128967Srik * This software is distributed with NO WARRANTIES, not even the implied
8128967Srik * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9128967Srik *
10128967Srik * Authors grant any other persons or organisations a permission to use,
11128967Srik * modify and redistribute this software in source and binary forms,
12128967Srik * as long as this message is kept with the software, all derivative
13128967Srik * works or modified versions.
14128967Srik *
15128967Srik * $Cronyx: ng_cp.h,v 1.1.2.4 2004/01/27 14:39:11 rik Exp $
16128967Srik * $FreeBSD$
17128967Srik */
18128967Srik
19128967Srik#ifdef NETGRAPH
20128967Srik
21128967Srik#ifndef _CP_NETGRAPH_H_
22128967Srik#define _CP_NETGRAPH_H_
23128967Srik
24128967Srik#define NG_CP_NODE_TYPE		"cp"
25128967Srik#define NGM_CP_COOKIE		941049562
26128967Srik#define NG_CP_HOOK_RAW		"rawdata"
27128967Srik#define NG_CP_HOOK_DEBUG	"debug"
28128967Srik
29128967Srik#endif /* _CP_NETGRAPH_H_ */
30128967Srik
31128967Srik#endif /* NETGRAPH */
32