aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/prom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc/prom.h')
-rw-r--r--include/asm-sparc/prom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc/prom.h b/include/asm-sparc/prom.h
index e9b8047470fe..f9cf44c07164 100644
--- a/include/asm-sparc/prom.h
+++ b/include/asm-sparc/prom.h
@@ -36,6 +36,7 @@ struct property {
36 void *value; 36 void *value;
37 struct property *next; 37 struct property *next;
38 unsigned long _flags; 38 unsigned long _flags;
39 unsigned int unique_id;
39}; 40};
40 41
41struct device_node { 42struct device_node {
@@ -59,6 +60,7 @@ struct device_node {
59 struct kref kref; 60 struct kref kref;
60 unsigned long _flags; 61 unsigned long _flags;
61 void *data; 62 void *data;
63 unsigned int unique_id;
62}; 64};
63 65
64/* flag descriptions */ 66/* flag descriptions */