1154899Srik/*
2154899Srik * Defines for Cronyx Tau32-PCI adapter driver.
3154899Srik *
4154899Srik * Copyright (C) 2004 Cronyx Engineering.
5154899Srik * Copyright (C) 2004 Kurakin Roman, <rik@FreeBSD.org>
6154899Srik *
7154899Srik * This software is distributed with NO WARRANTIES, not even the implied
8154899Srik * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9154899Srik *
10154899Srik * Authors grant any other persons or organisations a permission to use,
11154899Srik * modify and redistribute this software in source and binary forms,
12154899Srik * as long as this message is kept with the software, all derivative
13154899Srik * works or modified versions.
14154899Srik *
15154899Srik * $Cronyx: ng_ce.h,v 1.2 2005/04/23 20:11:57 rik Exp $
16154899Srik * $FreeBSD$
17154899Srik */
18154899Srik
19154899Srik#ifdef NETGRAPH
20154899Srik
21154899Srik#ifndef _CE_NETGRAPH_H_
22154899Srik#define _CE_NETGRAPH_H_
23154899Srik
24154899Srik#define NG_CE_NODE_TYPE		"ce"
25154899Srik#define NGM_CE_COOKIE		1083172653
26154899Srik#define NG_CE_HOOK_RAW		"rawdata"
27154899Srik#define NG_CE_HOOK_DEBUG	"debug"
28154899Srik
29154899Srik#endif /* _CE_NETGRAPH_H_ */
30154899Srik
31154899Srik#endif /* NETGRAPH */
32