summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/arch/pci_ops.h
blob: 317e597cffa862b4561d927e1a14aee032057a64 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef ARCH_I386_PCI_OPS_H
#define ARCH_I386_PCI_OPS_H

#include <arch/pci_io_cfg.h>
#include <device/pci_mmio_cfg.h>

#endif /* ARCH_I386_PCI_OPS_H */