]> git.sur5r.net Git - u-boot/blobdiff - scripts/dtc/libfdt/fdt.h
scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987
[u-boot] / scripts / dtc / libfdt / fdt.h
index 526aedb51556b60efb35960a4a2012af170a8e78..74961f9026d160650f68a5880c1a8a4d8b43c147 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _FDT_H
-#define _FDT_H
+#ifndef FDT_H
+#define FDT_H
 /*
  * libfdt - Flat Device Tree manipulation
  * Copyright (C) 2006 David Gibson, IBM Corporation.
@@ -108,4 +108,4 @@ struct fdt_property {
 #define FDT_V16_SIZE   FDT_V3_SIZE
 #define FDT_V17_SIZE   (FDT_V16_SIZE + sizeof(fdt32_t))
 
-#endif /* _FDT_H */
+#endif /* FDT_H */