]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-sparc64/prom.h
[SPARC]: Add unique device_node IDs and a ".node" property.
[karo-tx-linux.git] / include / asm-sparc64 / prom.h
index c8022a337380721461a9371de5514ee4d3558565..265614d497c43990bc0087cee48d7c401986af79 100644 (file)
@@ -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 */