summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/powerpc/include/linux/of.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/powerpc/include/linux/of.h')
-rw-r--r--rtemsbsd/powerpc/include/linux/of.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/rtemsbsd/powerpc/include/linux/of.h b/rtemsbsd/powerpc/include/linux/of.h
index e91baaaf..7be45576 100644
--- a/rtemsbsd/powerpc/include/linux/of.h
+++ b/rtemsbsd/powerpc/include/linux/of.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015, 2017 embedded brains GmbH
+ * Copyright (c) 2015, 2018 embedded brains GmbH
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -35,6 +35,8 @@
extern "C" {
#endif /* __cplusplus */
+#define OF_BAD_ADDR ((uint64_t)-1)
+
typedef uint32_t phandle;
struct device_node {