move the prototype to the lib.h header.. This makes more sense, and
it's an API between boot2.c and arm_init.S which calls it..
This commit is contained in:
parent
1c6ba1ec44
commit
0d030c5deb
@ -152,8 +152,6 @@ getstr(int c)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(void);
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main(void)
|
main(void)
|
||||||
{
|
{
|
||||||
|
@ -30,6 +30,8 @@
|
|||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
|
||||||
|
int main(void);
|
||||||
|
|
||||||
void DELAY(int);
|
void DELAY(int);
|
||||||
|
|
||||||
int getc(int);
|
int getc(int);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user