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