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

#include <linux/types.h>

#include <linux/libfdt.h>

#endif /* _FDT_H */