Tizen 2.1 base
[framework/system/pciutils.git] / lib / libpci.ver
1 /* Version script for the libpci */
2
3 /*
4  *  Visibility declarations in the source take precedence over this script,
5  *  so we can boldly declare pci_* as public and still keep the internal
6  *  functions properly hidden.
7  */
8
9 LIBPCI_3.0 {
10         global: pci_*;
11         local: *;
12 };