diff options
Diffstat (limited to 'include/linux/prmt.h')
-rw-r--r-- | include/linux/prmt.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/prmt.h b/include/linux/prmt.h new file mode 100644 index 000000000000..24da8364b919 --- /dev/null +++ b/include/linux/prmt.h @@ -0,0 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifdef CONFIG_ACPI_PRMT +void init_prmt(void); +#else +static inline void init_prmt(void) { } +#endif |