l1ctl_proto.h: Fixup name of the guard ifdef
authorSylvain Munaut <tnt@246tNt.com>
Sun, 25 Jul 2010 22:32:04 +0000 (00:32 +0200)
committerSylvain Munaut <tnt@246tNt.com>
Tue, 27 Jul 2010 18:51:39 +0000 (20:51 +0200)
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
include/l1ctl_proto.h

index 6c47246..af24c6d 100644 (file)
@@ -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__ */