ng_cp.h revision 139749
11539Srgrimes/*-
21539Srgrimes * Defines for Cronyx-Tau-PCI adapter driver.
31539Srgrimes *
41539Srgrimes * Copyright (C) 1999-2004 Cronyx Engineering.
51539Srgrimes * Author: Kurakin Roman, <rik@cronyx.ru>
61539Srgrimes *
71539Srgrimes * This software is distributed with NO WARRANTIES, not even the implied
81539Srgrimes * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
91539Srgrimes *
101539Srgrimes * Authors grant any other persons or organisations a permission to use,
111539Srgrimes * modify and redistribute this software in source and binary forms,
121539Srgrimes * as long as this message is kept with the software, all derivative
131539Srgrimes * works or modified versions.
141539Srgrimes *
151539Srgrimes * $Cronyx: ng_cp.h,v 1.1.2.4 2004/01/27 14:39:11 rik Exp $
161539Srgrimes * $FreeBSD: head/sys/dev/cp/ng_cp.h 139749 2005-01-06 01:43:34Z imp $
171539Srgrimes */
181539Srgrimes
191539Srgrimes#ifdef NETGRAPH
201539Srgrimes
211539Srgrimes#ifndef _CP_NETGRAPH_H_
221539Srgrimes#define _CP_NETGRAPH_H_
231539Srgrimes
241539Srgrimes#define NG_CP_NODE_TYPE		"cp"
251539Srgrimes#define NGM_CP_COOKIE		941049562
261539Srgrimes#define NG_CP_HOOK_RAW		"rawdata"
271539Srgrimes#define NG_CP_HOOK_DEBUG	"debug"
281539Srgrimes
291539Srgrimes#endif /* _CP_NETGRAPH_H_ */
301539Srgrimes
311539Srgrimes#endif /* NETGRAPH */
321539Srgrimes