]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/dev/cp/ng_cp.h
Retire synchronous PPP kernel driver sppp(4).
[FreeBSD/FreeBSD.git] / sys / dev / cp / ng_cp.h
1 /*-
2  * Defines for Cronyx-Tau-PCI adapter driver.
3  *
4  * Copyright (C) 1999-2004 Cronyx Engineering.
5  * Author: Kurakin Roman, <rik@cronyx.ru>
6  *
7  * This software is distributed with NO WARRANTIES, not even the implied
8  * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9  *
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.
14  *
15  * $Cronyx: ng_cp.h,v 1.1.2.4 2004/01/27 14:39:11 rik Exp $
16  * $FreeBSD$
17  */
18
19 #ifndef _CP_NETGRAPH_H_
20 #define _CP_NETGRAPH_H_
21
22 #define NG_CP_NODE_TYPE         "cp"
23 #define NGM_CP_COOKIE           941049562
24 #define NG_CP_HOOK_RAW          "rawdata"
25 #define NG_CP_HOOK_DEBUG        "debug"
26
27 #endif /* _CP_NETGRAPH_H_ */