2 * Copyright 2010, Michael Lotz, mmlr@mlotz.ch. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
12 pci_arch_module_std_ops(int32 op
, ...)
18 status_t result
= get_module(B_PCI_MODULE_NAME
, &dummy
);
26 put_module(B_PCI_MODULE_NAME
);
34 pci_x86_module_info gPCIArchModule
= {
36 B_PCI_X86_MODULE_NAME
,
38 pci_arch_module_std_ops