summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_device.h')
-rw-r--r--sys/netgraph/ng_device.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netgraph/ng_device.h b/sys/netgraph/ng_device.h
index 335a332..3eb48d2 100644
--- a/sys/netgraph/ng_device.h
+++ b/sys/netgraph/ng_device.h
@@ -28,8 +28,8 @@
*
*/
-#ifndef _NETGRAPH_DEVICE_H_
-#define _NETGRAPH_DEVICE_H_
+#ifndef _NETGRAPH_NG_DEVICE_H_
+#define _NETGRAPH_NG_DEVICE_H_
/* Node type name and magic cookie */
#define NG_DEVICE_NODE_TYPE "device"
@@ -41,4 +41,4 @@ struct ngd_param_s {
};
-#endif /* _NETGRAPH_DEVICE_H_ */
+#endif /* _NETGRAPH_NG_DEVICE_H_ */
OpenPOWER on IntegriCloud