From 09b2ed2f3af53c81f5443f243ad01b8106a4f41b Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Mon, 26 Jul 2010 00:32:04 +0200 Subject: l1ctl_proto.h: Fixup name of the guard ifdef Signed-off-by: Sylvain Munaut --- include/l1ctl_proto.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/l1ctl_proto.h') 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__ */ -- cgit v1.2.3