Merge tag 'fs.xattr.simple.noaudit.v6.2' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / include / linux / prmt.h
CommitLineData
cefc7ca4
EK
1/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifdef CONFIG_ACPI_PRMT
4void init_prmt(void);
5#else
6static inline void init_prmt(void) { }
7#endif