summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/arch-apollolake/pmc.h
blob: 23ac8fe7e2018d69726195ae2855c351a921aaff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright 2020 Google LLC
 */

#ifndef ASM_ARCH_PMC_H
#define ASM_ARCH_PMC_H

struct apl_pmc_plat {
#if CONFIG_IS_ENABLED(OF_PLATDATA)
	struct dtd_intel_apl_pmc dtplat;
#endif
	pci_dev_t bdf;
};

#endif	/* ASM_ARCH_PMC_H */