module.h 231 B

1234567891011
  1. #ifndef _LIBLOCKDEP_LINUX_MODULE_H_
  2. #define _LIBLOCKDEP_LINUX_MODULE_H_
  3. #define module_param(name, type, perm)
  4. static inline bool __is_module_percpu_address(unsigned long addr, unsigned long *can_addr)
  5. {
  6. return false;
  7. }
  8. #endif