summaryrefslogtreecommitdiffstats
path: root/src/of.h
diff options
context:
space:
mode:
authorMarkus Pargmann <mpa@pengutronix.de>2016-05-27 13:53:40 +0200
committerMarkus Pargmann <mpa@pengutronix.de>2016-05-27 14:49:03 +0200
commita6eb5350be0f7a5673162d20f2dd72569d5a4d0c (patch)
tree328c4043b64fe5bf9ddeb50a247a9d214fd0204a /src/of.h
parent959aaab971d2925b548ce205b9040a6cf6ecff30 (diff)
downloaddt-utils-a6eb5350be0f7a5673162d20f2dd72569d5a4d0c.tar.gz
dt-utils-a6eb5350be0f7a5673162d20f2dd72569d5a4d0c.tar.xz
barebox-state: Import updated state code
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Diffstat (limited to 'src/of.h')
-rw-r--r--src/of.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/of.h b/src/of.h
new file mode 100644
index 0000000..4cbf197
--- /dev/null
+++ b/src/of.h
@@ -0,0 +1,7 @@
+#ifndef __OF_H
+#define __OF_H
+
+#include <fdt.h>
+#include <dt/dt.h>
+
+#endif