X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Flibfdt_env.h;h=ea474a56b1299e46f3948835fbcab1e2786c65ae;hb=156feb90d200f186cdfd856d7f6f1878bb1bec1e;hp=355ebf27b2b6b9263c48a10d4ac1aab7d67814f0;hpb=def0819e920b05b34b56d8b42e1e43d9b89a52d6;p=oweals%2Fu-boot.git diff --git a/include/libfdt_env.h b/include/libfdt_env.h index 355ebf27b2..ea474a56b1 100644 --- a/include/libfdt_env.h +++ b/include/libfdt_env.h @@ -47,6 +47,7 @@ extern struct fdt_header *working_fdt; /* Pointer to the working fdt */ #define cpu_to_fdt64(x) (x) #endif +#ifndef USE_HOSTCC /* * Types for `void *' pointers. * @@ -58,5 +59,6 @@ typedef unsigned long int uintptr_t; #else typedef unsigned int uintptr_t; #endif +#endif /* not USE_HOSTCC */ #endif /* _LIBFDT_ENV_H */