]> Git Repo - linux.git/blob - include/linux/prmt.h
Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/linux...
[linux.git] / include / linux / prmt.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2
3 #ifdef CONFIG_ACPI_PRMT
4 void init_prmt(void);
5 #else
6 static inline void init_prmt(void) { }
7 #endif
This page took 0.030935 seconds and 4 git commands to generate.