]> Git Repo - J-linux.git/blob - kernel/static_call.c
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / kernel / static_call.c
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);
This page took 0.026448 seconds and 4 git commands to generate.