diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/powerpc/boot/libfdt_env.h')
-rw-r--r-- | ANDROID_3.4.5/arch/powerpc/boot/libfdt_env.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ANDROID_3.4.5/arch/powerpc/boot/libfdt_env.h b/ANDROID_3.4.5/arch/powerpc/boot/libfdt_env.h deleted file mode 100644 index c89fdb1b..00000000 --- a/ANDROID_3.4.5/arch/powerpc/boot/libfdt_env.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _ARCH_POWERPC_BOOT_LIBFDT_ENV_H -#define _ARCH_POWERPC_BOOT_LIBFDT_ENV_H - -#include <types.h> -#include <string.h> - -typedef u32 uint32_t; -typedef u64 uint64_t; -typedef unsigned long uintptr_t; - -#define fdt16_to_cpu(x) (x) -#define cpu_to_fdt16(x) (x) -#define fdt32_to_cpu(x) (x) -#define cpu_to_fdt32(x) (x) -#define fdt64_to_cpu(x) (x) -#define cpu_to_fdt64(x) (x) - -#endif /* _ARCH_POWERPC_BOOT_LIBFDT_ENV_H */ |