aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2006-06-25 23:18:57 -0700
committerDavid S. Miller <davem@davemloft.net>2006-06-25 23:18:57 -0700
commit87b385da1f5a5f4a12a28e00fe597bcde8d6fea3 (patch)
tree6090a5fa706d81ed1a12f6769cc0d8371ea16044 /include/asm-sparc
parent[SPARC]: Add of_set_property() interface. (diff)
downloadlinux-dev-87b385da1f5a5f4a12a28e00fe597bcde8d6fea3.tar.xz
linux-dev-87b385da1f5a5f4a12a28e00fe597bcde8d6fea3.zip
[SPARC]: Add unique device_node IDs and a ".node" property.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc')
-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 {
void *value;
struct property *next;
unsigned long _flags;
+ unsigned int unique_id;
};
struct device_node {
@@ -59,6 +60,7 @@ struct device_node {
struct kref kref;
unsigned long _flags;
void *data;
+ unsigned int unique_id;
};
/* flag descriptions */