2 * Copyright (c) 2015 Google, Inc
4 * SPDX-License-Identifier: GPL-2.0+
12 static const struct dm_pci_ops pci_x86_ops = {
13 .read_config = pci_x86_read_config,
14 .write_config = pci_x86_write_config,
17 static const struct udevice_id pci_x86_ids[] = {
18 { .compatible = "pci-x86" },
22 U_BOOT_DRIVER(pci_x86) = {
25 .of_match = pci_x86_ids,