summaryrefslogtreecommitdiff
path: root/include/dm/of.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm/of.h')
-rw-r--r--include/dm/of.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dm/of.h b/include/dm/of.h
index fce7cef0ff6..b1c934f610d 100644
--- a/include/dm/of.h
+++ b/include/dm/of.h
@@ -63,6 +63,8 @@ struct device_node {
struct device_node *sibling;
};
+#define BAD_OF_ROOT 0xdead11e3
+
#define OF_MAX_PHANDLE_ARGS 16
/**