projects
/
linux.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[linux.git]
/
kernel
/
static_call.c
Commit
Line
Data
9183c3f9
1
// SPDX-License-Identifier: GPL-2.0
9183c3f9
2
#include <linux/static_call.h>
f03c4129
3
3f2a8fc4
PZ
4
long __static_call_return0(void)
5
{
6
return 0;
7
}
5be2226f
8
EXPORT_SYMBOL_GPL(__static_call_return0);
This page took
0.157327 seconds
and
4
git commands to generate.