linux-surface/kernel/tools/include/linux/module.h
2017-09-04 22:31:27 -04:00

12 lines
231 B
C

#ifndef _LIBLOCKDEP_LINUX_MODULE_H_
#define _LIBLOCKDEP_LINUX_MODULE_H_
#define module_param(name, type, perm)
static inline bool __is_module_percpu_address(unsigned long addr, unsigned long *can_addr)
{
return false;
}
#endif