summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/arch/pci_ops.h
blob: f11f6120596b70858ba314a88286a3b5dbc412b2 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#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 */