Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at 64104f703212ff50e855bb2e2fa80d71db62c521 11 lines 231 B view raw
1#ifndef _LIBLOCKDEP_LINUX_MODULE_H_ 2#define _LIBLOCKDEP_LINUX_MODULE_H_ 3 4#define module_param(name, type, perm) 5 6static inline bool __is_module_percpu_address(unsigned long addr, unsigned long *can_addr) 7{ 8 return false; 9} 10 11#endif