2 * Copyright 2010, Michael Lotz, mmlr@mlotz.ch. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
6 #include "pci_arch_info.h"
9 pci_read_arch_info(PCIDev
*dev
)
11 pci_read_msi_info(dev
);
12 pci_read_msix_info(dev
);
13 pci_read_ht_mapping_info(dev
);