]> git.sur5r.net Git - u-boot/blobdiff - scripts/dtc/srcpos.h
scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987
[u-boot] / scripts / dtc / srcpos.h
index 7caca8257c6d192e2b35c4c2fc9b317b1e74a870..9ded12a3830a5f717ef3549071a5342fe427a970 100644 (file)
@@ -17,8 +17,8 @@
  *                                                                   USA
  */
 
-#ifndef _SRCPOS_H_
-#define _SRCPOS_H_
+#ifndef SRCPOS_H
+#define SRCPOS_H
 
 #include <stdio.h>
 #include <stdbool.h>
@@ -114,4 +114,4 @@ extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,
 
 extern void srcpos_set_line(char *f, int l);
 
-#endif /* _SRCPOS_H_ */
+#endif /* SRCPOS_H */