libfdt: Added missing functions to shared library

Some API function symbols were set as 'local' causing linking errors,
now they are set as global (external).

Signed-off-by: Anders Hedlund <anders.hedlund@windriver.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
main
Anders Hedlund 2012-09-10 13:50:56 +02:00 committed by Jon Loeliger
parent 317a5d92bc
commit c6fb1d2391
1 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,12 @@ LIBFDT_1.2 {
fdt_strerror;
fdt_offset_ptr;
fdt_next_tag;
fdt_appendprop;
fdt_create_empty_tree;
fdt_first_property_offset;
fdt_get_property_by_offset;
fdt_getprop_by_offset;
fdt_next_property_offset;

local:
*;