We need to prototype _start() as well, as we use it to test if we're running

from flash or from RAM.

Reported by:	imp
MFC After:	3 days
This commit is contained in:
Olivier Houchard 2008-03-22 20:34:07 +00:00
parent c7a0fc800c
commit 2c361379e4

View File

@ -47,6 +47,7 @@ extern char kernel_end[];
extern void *_end;
void _start(void);
void __start(void);
void __startC(void);