summaryrefslogtreecommitdiffstats
path: root/sys/dev/sr/if_sr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sr/if_sr.h')
-rw-r--r--sys/dev/sr/if_sr.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys/dev/sr/if_sr.h b/sys/dev/sr/if_sr.h
new file mode 100644
index 0000000..d01a2cb
--- /dev/null
+++ b/sys/dev/sr/if_sr.h
@@ -0,0 +1,23 @@
+/*
+ * 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_CONTROL "control"
+#define NG_SR_HOOK_RAW "rawdata"
+
+#endif /* _I386_ISA_IF_SR_H_ */
+
OpenPOWER on IntegriCloud