Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b24413180f5600bcb3bb70fbed5cf186b60864bd
/
.
/
tools
/
build
/
tests
/
ex
/
b.c
blob: 2b29fb4d3c20135bb3bd2f20656a060cc7510ce5 [
file
] [
log
] [
blame
]
Greg Kroah-Hartman
b244131
2017-11-01 15:07:57 +0100
[
diff
] [
blame^
]
1
// SPDX-License-Identifier: GPL-2.0
Jiri Olsa
c819e2c
2014-12-29 13:51:45 +0100
[
diff
] [
blame
]
2
3
int
b
(
void
)
4
{
5
return
0
;
6
}