write_dts
write_fn = &device_tree::write_dts;
write_fn = &device_tree::write_dts;
p->write_dts(file, indent+1);
c->write_dts(file, indent+1);
root->write_dts(file, 0);
i->write_dts(file);
void write_dts(FILE *file);
void write_dts(FILE *file, int indent);
void write_dts(FILE *file, int indent);
void write_dts(int fd);