예제 #1
0
def fdt_appendprop_cell(fdt, nodeoffset, name, val):
    return _libfdt.fdt_appendprop_cell(fdt, nodeoffset, name, val)
예제 #2
0
def fdt_appendprop_cell(*args):
    return _libfdt.fdt_appendprop_cell(*args)