Files
magenta/init/init.c
T

7 lines
64 B
C
Raw Normal View History

#include <kernel/init.h>
int do_initcalls(void)
{
return 0;
}