2 * Copyright 2010, Michael Lotz, mmlr@mlotz.ch. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef _PCI_ARCH_INFO_H
6 #define _PCI_ARCH_INFO_H
10 typedef struct pci_arch_info
{
13 ht_mapping_info ht_mapping
;
17 void pci_read_arch_info(PCIDev
*device
);
19 #endif // _PCI_ARCH_INFO_H