summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/l1ctl_proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h
index 6c47246b..af24c6d1 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -21,8 +21,8 @@
*
*/
-#ifndef l1a_l23_interface_h
-#define l1a_l23_interface_h
+#ifndef __L1CTL_PROTO_H__
+#define __L1CTL_PROTO_H__
#define L1CTL_FBSB_REQ 1
#define L1CTL_FBSB_CONF 2
@@ -211,4 +211,4 @@ struct l1ctl_reset {
uint8_t pad[3];
} __attribute__((packed));
-#endif
+#endif /* __L1CTL_PROTO_H__ */