module.h 270 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _LIBLOCKDEP_LINUX_MODULE_H_
  3. #define _LIBLOCKDEP_LINUX_MODULE_H_
  4. #define module_param(name, type, perm)
  5. static inline bool __is_module_percpu_address(unsigned long addr, unsigned long *can_addr)
  6. {
  7. return false;
  8. }
  9. #endif