#ifndef _FDT_H #define _FDT_H #include #define fdt32_to_cpu(x) be32_to_cpu(x) #endif