Sign in
android-kvm
/
linux
/
32ef9e5054ec0321b9336058c58ec749e9c6b0fe
/
.
/
kernel
/
static_call.c
blob: e9c3e69f383792464c01b2aec9e63967829537f9 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/static_call.h>
long
__static_call_return0
(
void
)
{
return
0
;
}
EXPORT_SYMBOL_GPL
(
__static_call_return0
);