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