Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
2cc7b4ca7d01a844651d34b79ff8d778c7e9a875
/
.
/
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