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