X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=scripts%2Fdtc%2Flibfdt%2Ffdt.h;h=74961f9026d160650f68a5880c1a8a4d8b43c147;hb=db405d1980e0e3bfdd629399d1dfe457f1f32646;hp=526aedb51556b60efb35960a4a2012af170a8e78;hpb=072a2995bde113cd05962376fb1496ec25766729;p=u-boot diff --git a/scripts/dtc/libfdt/fdt.h b/scripts/dtc/libfdt/fdt.h index 526aedb515..74961f9026 100644 --- a/scripts/dtc/libfdt/fdt.h +++ b/scripts/dtc/libfdt/fdt.h @@ -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 */