···13681368 /* No #address-cells property for the root node, default to 1 */13691369 return 1;13701370}13711371+EXPORT_SYMBOL(prom_n_addr_cells);1371137213721373int13731374prom_n_size_cells(struct device_node* np)···13841383 /* No #size-cells property for the root node, default to 1 */13851384 return 1;13861385}13861386+EXPORT_SYMBOL(prom_n_size_cells);1387138713881388/**13891389 * Work out the sense (active-low level / active-high edge)