OSDN Git Service

Add a PCI parser that's independent of the other stuff.
authorPeter Jones <pjones@redhat.com>
Wed, 6 Jun 2018 20:51:08 +0000 (16:51 -0400)
committerPeter Jones <pmjones@gmail.com>
Fri, 8 Jun 2018 19:11:37 +0000 (15:11 -0400)
commitd418722c79d4b744027cafe02ea6a0cc33e38d80
treee48283d8f1a1eb47eb792e8b08f0fa1acbe6715d
parentb7de3bf1031ae60d3d6d716bcd48bd6bc8392d64
Add a PCI parser that's independent of the other stuff.

This doesn't actually remove the old one, but a later patch will when
it's replacing all that stuff.

This won't actually *work* yet, either, because the infrastructure to
use it (replacing "struct disk_info") won't land for a few more patches.

Signed-off-by: Peter Jones <pjones@redhat.com>
src/linux-pci.c [new file with mode: 0644]
src/linux.h