syscons,vt: improve phrasing in kern.vty man page description
[freebsd-src.git] / sys / dev / cx / ng_cx.h
blob30b3c14daa4eee985812031286fcab3a5ed26a0c
1 /*-
2 * Defines for Cronyx-Tau adapter driver.
4 * Copyright (C) 1999-2004 Cronyx Engineering.
5 * Author: Kurakin Roman, <rik@cronyx.ru>
7 * This software is distributed with NO WARRANTIES, not even the implied
8 * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
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.
15 * Cronyx Id: ng_cx.h,v 1.1.2.3 2004/01/27 14:39:11 rik Exp $
16 * $FreeBSD$
19 #ifdef NETGRAPH
21 #ifndef _CX_NETGRAPH_H_
22 #define _CX_NETGRAPH_H_
24 #define NG_CX_NODE_TYPE "cx"
25 #define NGM_CX_COOKIE 942763600
26 #define NG_CX_HOOK_RAW "rawdata"
27 #define NG_CX_HOOK_DEBUG "debug"
29 #endif /* _CX_NETGRAPH_H_ */
31 #endif /* NETGRAPH */