]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/i386/isa/if_sr.h
This commit was generated by cvs2svn to compensate for changes in r53142,
[FreeBSD/FreeBSD.git] / sys / i386 / isa / if_sr.h
1 /*
2  * if_sr.h
3  *
4  * Copyright (C) 1997-1999 Whistle Communications Inc.
5  * All rights reserved.
6  *
7  * $FreeBSD$
8  */
9
10 #ifndef _I386_ISA_IF_SR_H_
11 #define _I386_ISA_IF_SR_H_
12
13 /* Node type name and type cookie */
14 #define NG_SR_NODE_TYPE         "sync_sr"
15 #define NG_SR_COOKIE            860552148
16
17 /* Netgraph hooks */
18 #define NG_SR_HOOK_DEBUG        "debug"
19 #define NG_SR_HOOK_CONTROL      "control"
20 #define NG_SR_HOOK_RAW          "rawdata"
21
22 #endif /* _I386_ISA_IF_SR_H_ */
23