linux-surface/kernel/tools/include/linux/module.h

12 lines
231 B
C
Raw Normal View History

2017-08-10 13:25:24 +00:00
#ifndef _LIBLOCKDEP_LINUX_MODULE_H_
#define _LIBLOCKDEP_LINUX_MODULE_H_
#define module_param(name, type, perm)
2017-09-05 02:31:27 +00:00
static inline bool __is_module_percpu_address(unsigned long addr, unsigned long *can_addr)
{
return false;
}
2017-08-10 13:25:24 +00:00
#endif