1*cd60bc56SAndroid Build Coastguard Worker/* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) */ 2*cd60bc56SAndroid Build Coastguard WorkerLIBFDT_1.2 { 3*cd60bc56SAndroid Build Coastguard Worker global: 4*cd60bc56SAndroid Build Coastguard Worker fdt_next_node; 5*cd60bc56SAndroid Build Coastguard Worker fdt_check_header; 6*cd60bc56SAndroid Build Coastguard Worker fdt_move; 7*cd60bc56SAndroid Build Coastguard Worker fdt_string; 8*cd60bc56SAndroid Build Coastguard Worker fdt_num_mem_rsv; 9*cd60bc56SAndroid Build Coastguard Worker fdt_get_mem_rsv; 10*cd60bc56SAndroid Build Coastguard Worker fdt_subnode_offset_namelen; 11*cd60bc56SAndroid Build Coastguard Worker fdt_subnode_offset; 12*cd60bc56SAndroid Build Coastguard Worker fdt_path_offset_namelen; 13*cd60bc56SAndroid Build Coastguard Worker fdt_path_offset; 14*cd60bc56SAndroid Build Coastguard Worker fdt_get_name; 15*cd60bc56SAndroid Build Coastguard Worker fdt_get_property_namelen; 16*cd60bc56SAndroid Build Coastguard Worker fdt_get_property; 17*cd60bc56SAndroid Build Coastguard Worker fdt_getprop_namelen; 18*cd60bc56SAndroid Build Coastguard Worker fdt_getprop; 19*cd60bc56SAndroid Build Coastguard Worker fdt_get_phandle; 20*cd60bc56SAndroid Build Coastguard Worker fdt_get_alias_namelen; 21*cd60bc56SAndroid Build Coastguard Worker fdt_get_alias; 22*cd60bc56SAndroid Build Coastguard Worker fdt_get_path; 23*cd60bc56SAndroid Build Coastguard Worker fdt_header_size; 24*cd60bc56SAndroid Build Coastguard Worker fdt_supernode_atdepth_offset; 25*cd60bc56SAndroid Build Coastguard Worker fdt_node_depth; 26*cd60bc56SAndroid Build Coastguard Worker fdt_parent_offset; 27*cd60bc56SAndroid Build Coastguard Worker fdt_node_offset_by_prop_value; 28*cd60bc56SAndroid Build Coastguard Worker fdt_node_offset_by_phandle; 29*cd60bc56SAndroid Build Coastguard Worker fdt_node_check_compatible; 30*cd60bc56SAndroid Build Coastguard Worker fdt_node_offset_by_compatible; 31*cd60bc56SAndroid Build Coastguard Worker fdt_setprop_inplace; 32*cd60bc56SAndroid Build Coastguard Worker fdt_nop_property; 33*cd60bc56SAndroid Build Coastguard Worker fdt_nop_node; 34*cd60bc56SAndroid Build Coastguard Worker fdt_create; 35*cd60bc56SAndroid Build Coastguard Worker fdt_add_reservemap_entry; 36*cd60bc56SAndroid Build Coastguard Worker fdt_finish_reservemap; 37*cd60bc56SAndroid Build Coastguard Worker fdt_begin_node; 38*cd60bc56SAndroid Build Coastguard Worker fdt_property; 39*cd60bc56SAndroid Build Coastguard Worker fdt_end_node; 40*cd60bc56SAndroid Build Coastguard Worker fdt_finish; 41*cd60bc56SAndroid Build Coastguard Worker fdt_open_into; 42*cd60bc56SAndroid Build Coastguard Worker fdt_pack; 43*cd60bc56SAndroid Build Coastguard Worker fdt_add_mem_rsv; 44*cd60bc56SAndroid Build Coastguard Worker fdt_del_mem_rsv; 45*cd60bc56SAndroid Build Coastguard Worker fdt_set_name; 46*cd60bc56SAndroid Build Coastguard Worker fdt_setprop; 47*cd60bc56SAndroid Build Coastguard Worker fdt_delprop; 48*cd60bc56SAndroid Build Coastguard Worker fdt_add_subnode_namelen; 49*cd60bc56SAndroid Build Coastguard Worker fdt_add_subnode; 50*cd60bc56SAndroid Build Coastguard Worker fdt_del_node; 51*cd60bc56SAndroid Build Coastguard Worker fdt_strerror; 52*cd60bc56SAndroid Build Coastguard Worker fdt_offset_ptr; 53*cd60bc56SAndroid Build Coastguard Worker fdt_next_tag; 54*cd60bc56SAndroid Build Coastguard Worker fdt_appendprop; 55*cd60bc56SAndroid Build Coastguard Worker fdt_create_empty_tree; 56*cd60bc56SAndroid Build Coastguard Worker fdt_first_property_offset; 57*cd60bc56SAndroid Build Coastguard Worker fdt_get_property_by_offset; 58*cd60bc56SAndroid Build Coastguard Worker fdt_getprop_by_offset; 59*cd60bc56SAndroid Build Coastguard Worker fdt_next_property_offset; 60*cd60bc56SAndroid Build Coastguard Worker fdt_first_subnode; 61*cd60bc56SAndroid Build Coastguard Worker fdt_next_subnode; 62*cd60bc56SAndroid Build Coastguard Worker fdt_address_cells; 63*cd60bc56SAndroid Build Coastguard Worker fdt_size_cells; 64*cd60bc56SAndroid Build Coastguard Worker fdt_stringlist_contains; 65*cd60bc56SAndroid Build Coastguard Worker fdt_stringlist_count; 66*cd60bc56SAndroid Build Coastguard Worker fdt_stringlist_search; 67*cd60bc56SAndroid Build Coastguard Worker fdt_stringlist_get; 68*cd60bc56SAndroid Build Coastguard Worker fdt_resize; 69*cd60bc56SAndroid Build Coastguard Worker fdt_overlay_apply; 70*cd60bc56SAndroid Build Coastguard Worker fdt_get_string; 71*cd60bc56SAndroid Build Coastguard Worker fdt_find_max_phandle; 72*cd60bc56SAndroid Build Coastguard Worker fdt_generate_phandle; 73*cd60bc56SAndroid Build Coastguard Worker fdt_check_full; 74*cd60bc56SAndroid Build Coastguard Worker fdt_setprop_placeholder; 75*cd60bc56SAndroid Build Coastguard Worker fdt_property_placeholder; 76*cd60bc56SAndroid Build Coastguard Worker fdt_header_size_; 77*cd60bc56SAndroid Build Coastguard Worker fdt_appendprop_addrrange; 78*cd60bc56SAndroid Build Coastguard Worker fdt_setprop_inplace_namelen_partial; 79*cd60bc56SAndroid Build Coastguard Worker fdt_create_with_flags; 80*cd60bc56SAndroid Build Coastguard Worker fdt_overlay_target_offset; 81*cd60bc56SAndroid Build Coastguard Worker local: 82*cd60bc56SAndroid Build Coastguard Worker *; 83*cd60bc56SAndroid Build Coastguard Worker}; 84