X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=props.h;h=a43cb2537f372b488813801a522c6ce99801c51d;hb=95dd77e2d50f214a9e2d5ec09fb9db64e9d69818;hp=faa4410e14bd6ecbb5ed2d6dd888588aebd9bdb4;hpb=85be2aaf913f0e234058c56fab460c5d7a2c084b;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/props.h b/props.h index faa4410..a43cb25 100644 --- a/props.h +++ b/props.h @@ -14,8 +14,8 @@ * Boston, MA 021110-1307, USA. */ -#ifndef PROPS_H_ -#define PROPS_H_ +#ifndef __BTRFS_PROPS_H__ +#define __BTRFS_PROPS_H__ enum prop_object_type { prop_object_dev = (1 << 0), @@ -40,4 +40,4 @@ struct prop_handler { extern const struct prop_handler prop_handlers[]; -#endif /* PROPS_H_ */ +#endif