def fdt_property_cell(fdt, name, val): return _libfdt.fdt_property_cell(fdt, name, val)
def fdt_property_cell(*args): return _libfdt.fdt_property_cell(*args)