Exemplo n.º 1
0
def fdt_property_cell(fdt, name, val):
    return _libfdt.fdt_property_cell(fdt, name, val)
Exemplo n.º 2
0
def fdt_property_cell(*args):
    return _libfdt.fdt_property_cell(*args)