blob: 24da8364b91977fcd8c9c3372d8cd26a3cb6d578 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifdef CONFIG_ACPI_PRMT
void init_prmt(void);
#else
static inline void init_prmt(void) { }
#endif