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

#ifndef ARCH_ARM_PCI_OPS_H
#define ARCH_ARM_PCI_OPS_H

#include <device/pci_mmio_cfg.h>

#endif