xref: /linux/kernel/static_call.c (revision 8fd4ddda)
19183c3f9SJosh Poimboeuf // SPDX-License-Identifier: GPL-2.0
29183c3f9SJosh Poimboeuf #include <linux/static_call.h>
3f03c4129SPeter Zijlstra 
__static_call_return0(void)43f2a8fc4SPeter Zijlstra long __static_call_return0(void)
53f2a8fc4SPeter Zijlstra {
63f2a8fc4SPeter Zijlstra 	return 0;
73f2a8fc4SPeter Zijlstra }
85be2226fSPaolo Bonzini EXPORT_SYMBOL_GPL(__static_call_return0);
9