Cross Reference: dummy.c
xref
: /
linux-4.1.27
/
arch
/
mips
/
boot
/
compressed
/
dummy.c
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/linux-4.1.27/arch/mips/boot/compressed/
1
int
main
(
void
)
2
{
3
return
0;
4
}
5