xref
: /
linux
/
arch
/
mips
/
boot
/
compressed
/
dummy.c
(revision c8bfe3fad4f86a029da7157bae9699c816f0c309)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
main
(
void
)
2
{
3
return
0;
4
}
5