summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-07-26 00:32:04 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-07-27 20:51:39 +0200
commit09b2ed2f3af53c81f5443f243ad01b8106a4f41b (patch)
tree574cfd93850cd0a28609d14a827a2b0da799d2d8 /include
parentc382fbf9439cb748278791816e699d95d8cec054 (diff)
l1ctl_proto.h: Fixup name of the guard ifdef
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
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__ */