예제 #1
0
def fdt_address_cells(fdt, nodeoffset):
    return _libfdt.fdt_address_cells(fdt, nodeoffset)
예제 #2
0
def fdt_address_cells(*args):
    return _libfdt.fdt_address_cells(*args)