Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _LIBLOCKDEP_LINUX_MODULE_H_
0003 #define _LIBLOCKDEP_LINUX_MODULE_H_
0004 
0005 #define module_param(name, type, perm)
0006 
0007 static inline bool __is_module_percpu_address(unsigned long addr, unsigned long *can_addr)
0008 {
0009     return false;
0010 }
0011 
0012 #endif