summaryrefslogtreecommitdiffstats
path: root/sys/dev/sr/if_sr.h
blob: 31e08abf2f562de1ac6333c5f943fc8166451cec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * if_sr.h
 *
 * Copyright (C) 1997-1999 Whistle Communications Inc.
 * All rights reserved.
 *
 * $FreeBSD$
 */

#ifndef _I386_ISA_IF_SR_H_
#define _I386_ISA_IF_SR_H_

/* Node type name and type cookie */
#define NG_SR_NODE_TYPE		"sync_sr"
#define NG_SR_COOKIE		860552148

/* Netgraph hooks */
#define NG_SR_HOOK_DEBUG	"debug"
#define NG_SR_HOOK_RAW		"rawdata"

#endif /* _I386_ISA_IF_SR_H_ */

OpenPOWER on IntegriCloud