Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 
0003 #ifdef CONFIG_ACPI_PRMT
0004 void init_prmt(void);
0005 #else
0006 static inline void init_prmt(void) { }
0007 #endif