blob: 23ac8fe7e2018d69726195ae2855c351a921aaff [file] [log] [blame]
Simon Glass28c751f2020-12-19 10:39:57 -07001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2020 Google LLC
4 */
5
6#ifndef ASM_ARCH_PMC_H
7#define ASM_ARCH_PMC_H
8
9struct apl_pmc_plat {
10#if CONFIG_IS_ENABLED(OF_PLATDATA)
11 struct dtd_intel_apl_pmc dtplat;
12#endif
13 pci_dev_t bdf;
14};
15
16#endif /* ASM_ARCH_PMC_H */