summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_ar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/if_ar.h')
-rw-r--r--sys/i386/isa/if_ar.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys/i386/isa/if_ar.h b/sys/i386/isa/if_ar.h
new file mode 100644
index 0000000..a40ccb9
--- /dev/null
+++ b/sys/i386/isa/if_ar.h
@@ -0,0 +1,23 @@
+/*
+ * if_ar.h
+ *
+ * Copyright (C) 1997-1999 Whistle Communications Inc.
+ * All rights reserved.
+ *
+ * $FreeBSD$
+ */
+
+#ifndef _I386_ISA_IF_AR_H_
+#define _I386_ISA_IF_AR_H_
+
+/* Node type name and type cookie */
+#define NG_AR_NODE_TYPE "sync_ar"
+#define NG_AR_COOKIE 860552149
+
+/* Netgraph hooks */
+#define NG_AR_HOOK_DEBUG "debug"
+#define NG_AR_HOOK_CONTROL "control"
+#define NG_AR_HOOK_RAW "rawdata"
+
+#endif /* _I386_ISA_IF_AR_H_ */
+
OpenPOWER on IntegriCloud