def fdt_del_node(fdt, nodeoffset): return _libfdt.fdt_del_node(fdt, nodeoffset)
def fdt_del_node(*args): return _libfdt.fdt_del_node(*args)