summaryrefslogtreecommitdiffstats
path: root/include/linux/acpi_apmt.h
blob: 40bd634d082fa4221eeb4626da926c7985fdc9ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0
 *
 * ARM CoreSight PMU driver.
 * Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES.
 *
 */

#ifndef __ACPI_APMT_H__
#define __ACPI_APMT_H__

#include <linux/acpi.h>

#ifdef CONFIG_ACPI_APMT
void acpi_apmt_init(void);
#else
static inline void acpi_apmt_init(void) { }
#endif /* CONFIG_ACPI_APMT */

#endif /* __ACPI_APMT_H__ */