shithub: powernv

ref: a691c9111a69257e206ce895d35396d0f6225929
dir: /init9.c/

View raw version
extern void startboot(char*, char**);

void
bootmain(char *argv0)
{
	startboot(argv0, &argv0);
}