Files
linux-stable-mirror/tools/include/linux/module.h
T
2017-06-05 09:28:14 +02: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