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