1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 2 3 #ifdef CONFIG_ACPI_PRMT 3 #ifdef CONFIG_ACPI_PRMT 4 void init_prmt(void); 4 void init_prmt(void); 5 int acpi_call_prm_handler(guid_t handler_guid, << 6 #else 5 #else 7 static inline void init_prmt(void) { } 6 static inline void init_prmt(void) { } 8 static inline int acpi_call_prm_handler(guid_t << 9 { << 10 return -EOPNOTSUPP; << 11 } << 12 #endif 7 #endif 13 8
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.