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