|
|
| File: [Development] / linux-2.6-xfs / arch / powerpc / boot / libfdt_env.h (download)
Revision 1.1, Tue Feb 26 16:44:40 2008 UTC (9 years, 7 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.25-rc3 Merge of 2.6.x-xfs-melb:linux:30555a by kenmcd. |
#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; #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 */