Exemple #1
0
def fdt_property_cell(fdt, name, val):
    return _libfdt.fdt_property_cell(fdt, name, val)
Exemple #2
0
def fdt_property_cell(*args):
    return _libfdt.fdt_property_cell(*args)