Linux-6.18.2/arch/mips/boot/compressed/dummy.c

5 lines
30 B
C
Raw Normal View History

2025-12-23 20:05:50 +08:00
int main(void)
{
return 0;
}