~ubuntu-branches/ubuntu/precise/pciutils/precise

« back to all changes in this revision

Viewing changes to lib/libpci.ver

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2010-06-26 14:17:57 UTC
  • mfrom: (2.1.18 sid)
  • Revision ID: james.westby@ubuntu.com-20100626141757-xsp7xqv15qotwels
Tags: 1:3.1.7-4
Update pci.ids with snapshot dated 2010-06-12

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 */
8
8
 
9
9
LIBPCI_3.0 {
10
 
        global: pci_*;
 
10
        global:
 
11
                pci_alloc;
 
12
                pci_cleanup;
 
13
                pci_fill_info;
 
14
                pci_filter_init;
 
15
                pci_filter_match;
 
16
                pci_filter_parse_id;
 
17
                pci_filter_parse_slot;
 
18
                pci_free_dev;
 
19
                pci_free_name_list;
 
20
                pci_get_dev;
 
21
                pci_get_method_name;
 
22
                pci_get_param;
 
23
                pci_id_cache_flush;
 
24
                pci_init;
 
25
                pci_load_name_list;
 
26
                pci_lookup_method;
 
27
                pci_lookup_name;
 
28
                pci_read_block;
 
29
                pci_read_byte;
 
30
                pci_read_long;
 
31
                pci_read_word;
 
32
                pci_scan_bus;
 
33
                pci_set_name_list_path;
 
34
                pci_set_param;
 
35
                pci_setup_cache;
 
36
                pci_walk_params;
 
37
                pci_write_block;
 
38
                pci_write_byte;
 
39
                pci_write_long;
 
40
                pci_write_word;
11
41
        local: *;
12
42
};
 
43
 
 
44
LIBPCI_3.1 {
 
45
        global:
 
46
                pci_fill_info;
 
47
                pci_find_cap;
 
48
                pci_read_vpd;
 
49
};