Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b0ba2d0faf6520dd0e534a9410114e043e9ab084
/
.
/
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