Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
bb176f67090ca54869fc1262c913aa69d2ede070
/
.
/
tools
/
include
/
linux
/
module.h
blob: 07055db296f30a107b9ffd3acd5846a5afd0693d [
file
] [
log
] [
blame
]
#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