> This allows platform code to use flatdevtree functions directly. > -static struct ft_cxt cxt; > +struct ft_cxt fdtm_cxt; If I understand the code correctly, you should put this in a header file (that this file includes itself) too? Segher