summaryrefslogtreecommitdiffstats
path: root/src/fdt.h
blob: 26174339480324df199906780e5790a0bde4cfba (plain)
1
2
3
4
5
6
7
8
#ifndef _FDT_H
#define _FDT_H

#include <linux/types.h>

#define fdt32_to_cpu(x) be32_to_cpu(x)

#endif