xref: /linux/kernel/static_call.c (revision b8f7622aa6e32d6fd750697b99d8ce19ad8e66d0)
1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/static_call.h>
3 
4 long __static_call_return0(void)
5 {
6 	return 0;
7 }
8 EXPORT_SYMBOL_GPL(__static_call_return0);
9