1 /* 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 
9 struct 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 */
17