Unit testing framework and devicetree framework refactoring (#50)
[lunaix-os.git] / lunaix-os / includes / hal / devtreem.h
index c8d10c2f094f644fdd0a06adcf3083d63c1bc060..2b0904d6babf6d257873d3a4eab4773d70032e1b 100644 (file)
@@ -11,7 +11,7 @@ struct device;
 #include <lunaix/ds/list.h>
 #include <klibc/hash.h>
 
-typedef struct dt_node* devtree_link_t;
+typedef struct dtn* devtree_link_t;
 
 #define dt_node_morpher     morphable_attrs(dt_node, mobj)