summaryrefslogtreecommitdiffstats
path: root/src/libdt.sym
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdt.sym')
-rw-r--r--src/libdt.sym74
1 files changed, 74 insertions, 0 deletions
diff --git a/src/libdt.sym b/src/libdt.sym
new file mode 100644
index 0000000..c034ea2
--- /dev/null
+++ b/src/libdt.sym
@@ -0,0 +1,74 @@
+LIBDT_1 {
+global:
+ of_print_property;
+ of_n_addr_cells;
+ of_n_size_cells;
+ of_find_property;
+ of_alias_scan;
+ of_alias_get_id;
+ of_alias_get;
+ of_find_node_by_alias;
+ of_find_node_by_phandle;
+ of_get_tree_max_phandle;
+ of_node_create_phandle;
+ of_get_property;
+ of_device_is_compatible;
+ of_find_node_by_name;
+ of_find_node_by_type;
+ of_find_compatible_node;
+ of_find_node_with_property;
+ of_match_node;
+ of_find_matching_node_and_match;
+ of_property_read_u32_index;
+ of_property_read_u8_array;
+ of_property_read_u16_array;
+ of_property_read_u32_array;
+ of_property_read_u64;
+ of_property_read_string;
+ of_property_read_string_index;
+ of_property_match_string;
+ of_property_count_strings;
+ of_prop_next_u32;
+ of_prop_next_string;
+ of_property_write_bool;
+ of_property_write_u8_array;
+ of_property_write_u16_array;
+ of_property_write_u32_array;
+ of_property_write_u64_array;
+ of_parse_phandle;
+ of_parse_phandle_with_args;
+ of_count_phandle_with_args;
+ of_machine_is_compatible;
+ of_find_node_by_path_from;
+ of_find_node_by_path;
+ of_find_node_by_path_or_alias;
+ of_modalias_node;
+ of_get_root_node;
+ of_set_root_node;
+ of_device_is_available;
+ of_get_parent;
+ of_get_next_available_child;
+ of_get_child_count;
+ of_get_available_child_count;
+ of_get_child_by_name;
+ of_print_nodes;
+ of_new_node;
+ of_new_property;
+ of_delete_property;
+ of_set_property;
+ of_create_node;
+ of_delete_node;
+ of_device_enable;
+ of_device_enable_path;
+ of_device_disable;
+ of_device_disable_path;
+ of_read_proc_devicetree;
+ of_find_device_by_node_path;
+ device_find_partition;
+ of_find_path;
+ of_unflatten_dtb;
+ crc32;
+ crc32_no_comp;
+local:
+ *;
+};