summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/include/arch/pci_ops.h
blob: 94992c0c0073126cac36829beddd9f29e10f53cd (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_ARM64_PCI_OPS_H
#define ARCH_ARM64_PCI_OPS_H

#include <device/pci_mmio_cfg.h>

#endif