Add the arm9_setup() prototype.

This commit is contained in:
Olivier Houchard 2006-06-23 22:37:15 +00:00
parent e45fb59abe
commit 211d1ec5a8

View File

@ -131,6 +131,8 @@ bzero(void *addr, int count)
}
}
static void arm9_setup(void);
void
_start(void)
{