diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-05-06 19:00:35 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-05-06 19:00:35 +0000 |
commit | 7dcea7ab2e0b45525d0b0cdc50baa0b90f5bbda2 (patch) | |
tree | 481ca9a0f0154efefcc6d18e0d1bd134e86279b0 /perl-install/c | |
parent | 87403887d74635514d46f41b717a1af205359876 (diff) | |
download | drakx-7dcea7ab2e0b45525d0b0cdc50baa0b90f5bbda2.tar drakx-7dcea7ab2e0b45525d0b0cdc50baa0b90f5bbda2.tar.gz drakx-7dcea7ab2e0b45525d0b0cdc50baa0b90f5bbda2.tar.bz2 drakx-7dcea7ab2e0b45525d0b0cdc50baa0b90f5bbda2.tar.xz drakx-7dcea7ab2e0b45525d0b0cdc50baa0b90f5bbda2.zip |
(get_pci_description) bind libldetect new API for stage1's stuff
Diffstat (limited to 'perl-install/c')
-rwxr-xr-x | perl-install/c/stuff.xs.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index 46bff27fb..1dbc9686a 100755 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -253,6 +253,10 @@ void usleep(microseconds) unsigned long microseconds + +char* +get_pci_description(int vendor_id,int device_id) + void pci_probe() PPCODE: |