Add the arm9_setup() prototype.

This commit is contained in:
cognet 2006-06-23 22:37:15 +00:00
parent 109db2df6d
commit 905a22c391

View File

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